summaryrefslogtreecommitdiffstats
path: root/xlators/features/changelog/lib/src/gf-changelog-helpers.h
diff options
context:
space:
mode:
authorHumble Chirammal <hchiramm@redhat.com>2014-07-09 01:14:58 +0530
committerVenky Shankar <vshankar@redhat.com>2014-07-14 07:02:43 -0700
commit25ceba47ffefa8cf9639c4f7ef907d0f2974f7d3 (patch)
tree115d955692f1ed2040aecf1d95868a44df9497f2 /xlators/features/changelog/lib/src/gf-changelog-helpers.h
parent23ae9f3ad79d2d83447096d8b3627491b2e74bb8 (diff)
changelog: variable 'writen' is changed
This patch change the variable name to 'written' in changelog, along with few other typo fixing. Change-Id: I1d3cbea5c89fc0a15233bb6e61b4fbd4bfdd3a67 BUG: 1075417 Signed-off-by: Humble Chirammal <hchiramm@redhat.com> Reviewed-on: http://review.gluster.org/8267 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Venky Shankar <vshankar@redhat.com> Tested-by: Venky Shankar <vshankar@redhat.com>
Diffstat (limited to 'xlators/features/changelog/lib/src/gf-changelog-helpers.h')
-rw-r--r--xlators/features/changelog/lib/src/gf-changelog-helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/changelog/lib/src/gf-changelog-helpers.h b/xlators/features/changelog/lib/src/gf-changelog-helpers.h
index 218896b86e7..9b875d45dcc 100644
--- a/xlators/features/changelog/lib/src/gf-changelog-helpers.h
+++ b/xlators/features/changelog/lib/src/gf-changelog-helpers.h
@@ -57,7 +57,7 @@ typedef struct gf_changelog {
char gfc_brickpath[PATH_MAX];
- /* socket for recieving notifications */
+ /* socket for receiving notifications */
int gfc_sockfd;
char *gfc_working_dir;