summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2016-05-27 16:42:48 +0200
committerKaleb KEITHLEY <kkeithle@redhat.com>2016-05-27 17:28:07 -0700
commit60765afb44a3d5d3989a4dfd73766c023769791b (patch)
tree7a10114e9200aeb1e5f07d511013241fc46569b3 /libglusterfs
parent6f08b9f2b006a4eafaa176cfd792038eed7f6c98 (diff)
core: assorted spelling mistakes reported by Debian
See also > Change-Id: I567a4be8f0f31f6285550f243fe802895f6bc43b Cherry picked from commit 868058b8e0162318801dc3006401ed28449d9268: > 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> Change-Id: Icb9a6ff94d86663a5bca4ba931d810439c02556e BUG: 1336794 Reported-by: Patrick Matthäi <pmatthaei@debian.org> Signed-off-by: Niels de Vos <ndevos@redhat.com> Reviewed-on: http://review.gluster.org/14549 Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com> 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>
Diffstat (limited to 'libglusterfs')
-rw-r--r--libglusterfs/src/graph.y2
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;
}