diff options
author | Kaleb S KEITHLEY <kkeithle@redhat.com> | 2016-05-17 09:22:43 -0400 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2016-05-18 02:21:42 -0700 |
commit | 138935bf8d4b37e094c08eea7a20efc0553e9694 (patch) | |
tree | 1c44973e46fc783c6a906e7bfb7d9880b1fbc358 /glusterfsd/src/glusterfsd.c | |
parent | 5a4f4a945661a8bb24735524e152ccd5b1ba571a (diff) |
core: assorted typos and spelling mistakes reported by Debian lintian
Also missing bang (!) in #!/bin/bash in shell scripts.
Change-Id: I567a4be8f0f31f6285550f243fe802895f6bc43b
BUG: 1336793
Reported-by: Patrick Matthäi <pmatthaei@debian.org>
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/14398
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Smoke: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kotresh HR <khiremat@redhat.com>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'glusterfsd/src/glusterfsd.c')
-rw-r--r-- | glusterfsd/src/glusterfsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 81bc15b8b28..3324d0b2aeb 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -198,10 +198,10 @@ static struct argp_option gf_options[] = { "Set attribute timeout to SECONDS for inodes in fuse kernel module " "[default: 1]"}, {"gid-timeout", ARGP_GID_TIMEOUT_KEY, "SECONDS", 0, - "Set auxilary group list timeout to SECONDS for fuse translator " + "Set auxiliary group list timeout to SECONDS for fuse translator " "[default: 300]"}, {"resolve-gids", ARGP_RESOLVE_GIDS_KEY, 0, 0, - "Resolve all auxilary groups in fuse translator (max 32 otherwise)"}, + "Resolve all auxiliary groups in fuse translator (max 32 otherwise)"}, {"background-qlen", ARGP_FUSE_BACKGROUND_QLEN_KEY, "N", 0, "Set fuse module's background queue length to N " "[default: 64]"}, |