diff options
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; } |