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 /libglusterfs | |
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>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/graph.y | 2 |
1 files changed, 1 insertions, 1 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; } |