From 138935bf8d4b37e094c08eea7a20efc0553e9694 Mon Sep 17 00:00:00 2001 From: Kaleb S KEITHLEY Date: Tue, 17 May 2016 09:22:43 -0400 Subject: core: assorted typos and spelling mistakes reported by Debian lintian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also missing bang (!) in #!/bin/bash in shell scripts. Change-Id: I567a4be8f0f31f6285550f243fe802895f6bc43b BUG: 1336793 Reported-by: Patrick Matthäi Signed-off-by: Kaleb S KEITHLEY Reviewed-on: http://review.gluster.org/14398 NetBSD-regression: NetBSD Build System Reviewed-by: Niels de Vos Smoke: Gluster Build System Reviewed-by: Kotresh HR CentOS-regression: Gluster Build System --- libglusterfs/src/fd-lk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src/fd-lk.c') diff --git a/libglusterfs/src/fd-lk.c b/libglusterfs/src/fd-lk.c index 01c6c1a015..358cf3b616 100644 --- a/libglusterfs/src/fd-lk.c +++ b/libglusterfs/src/fd-lk.c @@ -446,7 +446,7 @@ fd_lk_insert_and_merge (fd_t *fd, int32_t cmd, lk_ctx = fd_lk_ctx_ref (fd->lk_ctx); lk = fd_lk_ctx_node_new (cmd, flock); - gf_msg_debug ("fd-lk", 0, "new lock requrest: owner = %s, fl_type = %s" + gf_msg_debug ("fd-lk", 0, "new lock request: owner = %s, fl_type = %s" ", fs_start = %"PRId64", fs_end = %"PRId64", user_flock:" " l_type = %s, l_start = %"PRId64", l_len = %"PRId64, lkowner_utoa (&flock->l_owner), -- cgit