From 2ea1c2be92366f744b416f6af7534de095d21e9c Mon Sep 17 00:00:00 2001 From: Cheer Xiao Date: Thu, 24 Jan 2013 19:17:13 +0800 Subject: [PATCH] Fix spelling: s/compeltion/completion/g --- complete.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/complete.h b/complete.h index 7797eb83f..d03595c65 100644 --- a/complete.h +++ b/complete.h @@ -76,7 +76,7 @@ enum COMPLETE_NO_SPACE = 1 << 0, /** - This compeltion is case insensitive. + This completion is case insensitive. Warning: The contents of the completion_t structure is actually different if this flag is set! Specifically, the completion string @@ -85,7 +85,7 @@ enum COMPLETE_NO_CASE = 1 << 1, /** - This compeltion is the whole argument, not just the remainder. This + This completion is the whole argument, not just the remainder. This flag must never be set on completions returned from the complete() function. It is strictly for internal use in the completion code. */ @@ -127,7 +127,7 @@ public: Flags determining the completion behaviour. Determines whether a space should be inserted after this - compeltion if it is the only possible completion using the + completion if it is the only possible completion using the COMPLETE_NO_SPACE flag. The COMPLETE_NO_CASE can be used to signal that this completion