diff options
author | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2009-06-26 13:36:00 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-06-29 10:15:13 -0700 |
commit | 4fd96085c5a029e7be9e24e0c33b13268b290d6b (patch) | |
tree | 68ed686ea02ef70baf56684c40f6434a2e725723 /xlators/protocol | |
parent | 75da95d8419dd209d879194e1b73a6190129a504 (diff) |
Fix some trivial typos.
I noticed that there were some minor spelling mistakes/typos in some
of the source files. This patch fixes the ones I've found.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'xlators/protocol')
-rw-r--r-- | xlators/protocol/client/src/client-protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client-protocol.h b/xlators/protocol/client/src/client-protocol.h index 24769e8e4..86107f9bc 100644 --- a/xlators/protocol/client/src/client-protocol.h +++ b/xlators/protocol/client/src/client-protocol.h @@ -32,7 +32,7 @@ #include "byte-order.h" #define CLIENT_PROTO_FORGET_LIMIT 128 -#define CLIENT_PORT_CIELING 1023 +#define CLIENT_PORT_CEILING 1023 #define GF_CLIENT_INODE_SELF 0 #define GF_CLIENT_INODE_PARENT 1 |