From 78f8317de8507dbd5957922619d657348351f08e Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 23 Jan 2012 19:33:57 -0800 Subject: [PATCH] Typo fixes --- complete.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/complete.cpp b/complete.cpp index e84abb057..b4031daf4 100644 --- a/complete.cpp +++ b/complete.cpp @@ -1348,11 +1348,11 @@ static int short_ok( const wchar_t *arg, /** This is an event handler triggered when the definition of a - specifiec function is changed. It automatcally removes the + specified function is changed. It automatcally removes the specified function. This is to make sure that the function disappears if the file is - removed or if ti contains a syntax error. + removed or if it contains a syntax error. */ static void complete_load_handler( const wchar_t *cmd ) {