diff options
Diffstat (limited to 'libglusterfs/src')
| -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 25322378ec2..ad723c1df1f 100644 --- a/libglusterfs/src/graph.y +++ b/libglusterfs/src/graph.y @@ -577,7 +577,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;  | 
