From 4fd96085c5a029e7be9e24e0c33b13268b290d6b Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Fri, 26 Jun 2009 13:36:00 +0000 Subject: 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 --- xlators/protocol/client/src/client-protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/protocol/client/src/client-protocol.h') diff --git a/xlators/protocol/client/src/client-protocol.h b/xlators/protocol/client/src/client-protocol.h index 24769e8e420..86107f9bc9e 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 -- cgit