From 6167c66758de454284560474f3b4a893d8a69965 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 18 Mar 2011 00:41:08 +0000 Subject: spelling errors fixed across the code base recieve -> receive maintainence -> maintenance verison -> version commited -> committed Signed-off-by: Amar Tumballi Signed-off-by: Vijay Bellur BUG: 2262 (Spelling errors in source) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2262 --- libglusterfs/src/stack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src/stack.h') diff --git a/libglusterfs/src/stack.h b/libglusterfs/src/stack.h index 7165faccaa7..63b14ca467a 100644 --- a/libglusterfs/src/stack.h +++ b/libglusterfs/src/stack.h @@ -71,7 +71,7 @@ struct _call_frame_t { call_stack_t *root; /* stack root */ call_frame_t *parent; /* previous BP */ call_frame_t *next; - call_frame_t *prev; /* maintainence list */ + call_frame_t *prev; /* maintenance list */ void *local; /* local variables */ xlator_t *this; /* implicit object */ ret_fn_t ret; /* op_return address */ -- cgit