summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
authorJoe Julian <me@joejulian.name>2013-03-12 15:33:27 -0700
committerAnand Avati <avati@redhat.com>2013-03-12 20:06:42 -0700
commitf42426512700fc2ff508a889eb5ffe97bd9b9002 (patch)
tree3ce1255d4d267b1287213a38cb056c9f325f68d2 /libglusterfs
parent2c99e868b9f5e77f1c2b441bf548f0ba85faef77 (diff)
Fix spelling error
"temporary" was misspelled s/tempaory/temporary/ BUG: 818884 Change-Id: If033acd4d8d778bde7588d8b4b512d6508e36f22 Signed-off-by: Joe Julian <me@joejulian.name> Reviewed-on: http://review.gluster.org/4661 Reviewed-by: Jeff Darcy <jdarcy@redhat.com> Tested-by: Anand Avati <avati@redhat.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 62c57dd6c5f..16ee2d43a80 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;