summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/graph.y
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/graph.y')
-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 62c57dd6c..16ee2d43a 100644
--- a/libglusterfs/src/graph.y
+++ b/libglusterfs/src/graph.y
@@ -574,7 +574,7 @@ glusterfs_graph_construct (FILE *fp)
if (tmp_file == NULL) {
gf_log ("parser", GF_LOG_ERROR,
- "cannot create temparory file");
+ "cannot create temporary file");
glusterfs_graph_destroy (graph);
return NULL;