From c4384df4e8729e19133854ba0b7dba7eae4edae4 Mon Sep 17 00:00:00 2001 From: Joe Julian Date: Fri, 4 May 2012 02:54:32 -0700 Subject: Fix spelling error "temporary" was misspelled s/tempaory/temporary/ Change-Id: Ia717bb8ef9f3440f4eb9dee42958b6815a96797c BUG: 818884 Signed-off-by: Joe Julian Reviewed-on: http://review.gluster.com/3273 Tested-by: Gluster Build System Reviewed-by: Kaleb KEITHLEY Reviewed-by: Jeff Darcy Reviewed-by: Anand Avati --- libglusterfs/src/graph.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs') diff --git a/libglusterfs/src/graph.y b/libglusterfs/src/graph.y index 25322378e..ad723c1df 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; -- cgit