diff options
author | Kaleb S KEITHLEY <kkeithle@redhat.com> | 2016-05-24 11:37:21 -0400 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2016-05-26 08:55:16 -0700 |
commit | 868058b8e0162318801dc3006401ed28449d9268 (patch) | |
tree | 7446ed9b49562b913ab64d3e85cf27c5792629bc | |
parent | c137f6a7389d7f760e4724f3506180f9cfc0da52 (diff) |
core: assorted spelling mistakes reported by Debian
See also
> Change-Id: I567a4be8f0f31f6285550f243fe802895f6bc43b
Reported-by: Patrick Matthäi <pmatthaei@debian.org>
BUG: 1336793
Change-Id: Icb9a6ff94d86663a5bca4ba931d810439c02556e
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/14526
Smoke: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Ravishankar N <ravishankar@redhat.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
-rw-r--r-- | libglusterfs/src/graph.y | 2 | ||||
-rw-r--r-- | xlators/cluster/afr/src/afr.c | 2 | ||||
-rw-r--r-- | xlators/experimental/jbr-server/src/jbr.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libglusterfs/src/graph.y b/libglusterfs/src/graph.y index 8ac01a25177..e6a26058a06 100644 --- a/libglusterfs/src/graph.y +++ b/libglusterfs/src/graph.y @@ -511,7 +511,7 @@ preprocess (FILE *srcfp, FILE *dstfp) if (in_backtick) { gf_msg ("parser", GF_LOG_ERROR, 0, LG_MSG_VOLUME_ERROR, - "Unterminated backtick in volume specfication file at " + "Unterminated backtick in volume specification file at " "line (%d), column (%d).", line, column); ret = -1; } diff --git a/xlators/cluster/afr/src/afr.c b/xlators/cluster/afr/src/afr.c index f2cb7dd7fb2..348012ff2ad 100644 --- a/xlators/cluster/afr/src/afr.c +++ b/xlators/cluster/afr/src/afr.c @@ -878,7 +878,7 @@ struct volume_options options[] = { }, { .key = {"afr-pending-xattr"}, .type = GF_OPTION_TYPE_STR, - .description = "Comma seperated list of xattrs that are used to " + .description = "Comma separated list of xattrs that are used to " "capture information on pending heals." }, { .key = {"metadata-splitbrain-forced-heal"}, diff --git a/xlators/experimental/jbr-server/src/jbr.c b/xlators/experimental/jbr-server/src/jbr.c index d27d8ab5140..e1eed3f6094 100644 --- a/xlators/experimental/jbr-server/src/jbr.c +++ b/xlators/experimental/jbr-server/src/jbr.c @@ -1661,7 +1661,7 @@ struct volume_options options[] = { }, { .key = {"etcd-servers"}, .type = GF_OPTION_TYPE_STR, - .description = "list of comma seperated etc servers" + .description = "list of comma separated etc servers" }, { .key = {"subvol-uuid"}, .type = GF_OPTION_TYPE_STR, |