summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/booster.txt2
-rw-r--r--libglusterfs/src/graph.y2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/booster.txt b/doc/booster.txt
index 684ac8965..b051832ee 100644
--- a/doc/booster.txt
+++ b/doc/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 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;