Typo fixes

This commit is contained in:
ridiculousfish 2012-01-23 19:33:57 -08:00
parent 6e8637fbc9
commit 78f8317de8

View file

@ -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 )
{