summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
authorJoe Julian <me@joejulian.name>2012-05-04 02:54:32 -0700
committerAnand Avati <avati@redhat.com>2012-05-05 12:40:57 -0700
commitc4384df4e8729e19133854ba0b7dba7eae4edae4 (patch)
tree4429dc055e19079257e0be6371e76be76d3024cd /libglusterfs
parente28868c78357dfd2a2d2939d5c279cb275fb3cac (diff)
Fix spelling error
"temporary" was misspelled s/tempaory/temporary/ Change-Id: Ia717bb8ef9f3440f4eb9dee42958b6815a96797c BUG: 818884 Signed-off-by: Joe Julian <me@joejulian.name> Reviewed-on: http://review.gluster.com/3273 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com> Reviewed-by: Jeff Darcy <jdarcy@redhat.com> Reviewed-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 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;