From 868058b8e0162318801dc3006401ed28449d9268 Mon Sep 17 00:00:00 2001 From: Kaleb S KEITHLEY Date: Tue, 24 May 2016 11:37:21 -0400 Subject: core: assorted spelling mistakes reported by Debian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See also > Change-Id: I567a4be8f0f31f6285550f243fe802895f6bc43b Reported-by: Patrick Matthäi BUG: 1336793 Change-Id: Icb9a6ff94d86663a5bca4ba931d810439c02556e Signed-off-by: Kaleb S KEITHLEY Reviewed-on: http://review.gluster.org/14526 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Ravishankar N Reviewed-by: Jeff Darcy --- libglusterfs/src/graph.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src') 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; } -- cgit