summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Julian <me@joejulian.name>2012-05-15 01:09:52 -0700
committerVijay Bellur <vijay@gluster.com>2012-05-15 02:04:20 -0700
commit6b993b7b515a096f61185e8a5df88adb2f7fa8e9 (patch)
tree8325a3acf0ae37fa0e1469e107b564967a25f4ed
parent4a4477ee29b7620ef28140d6fc664e0473b1ba28 (diff)
Fix spelling error
"temporary" was misspelled s/tempaory/temporary/ BUG: 818884 Change-Id: I19e28b4f0cbeeb6d7441590b0c4ddcfc49bb13d2 Signed-off-by: Joe Julian <me@joejulian.name> Reviewed-on: http://review.gluster.com/3331 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vijay@gluster.com>
-rw-r--r--doc/legacy/booster.txt2
-rw-r--r--libglusterfs/src/graph.y2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/legacy/booster.txt b/doc/legacy/booster.txt
index 6f215c638..051401a28 100644
--- a/doc/legacy/booster.txt
+++ b/doc/legacy/booster.txt
@@ -33,7 +33,7 @@ Working
* open call does,
* real_open on the file.
* fgetxattr(fd).
- * store the volume-file content got in the dictionary to a temparory file.
+ * store the volume-file content got in the dictionary to a temporary file.
* look in the hashtable for the mount-point, if already present get the libglusterfsclient handle from the
hashtable. Otherwise get a new handle from libglusterfsclient (be careful about mount point not present in
the hashtable and multiple glusterfs_inits running simultaneously for the same mount-point there by using
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;