mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Typo fixes
This commit is contained in:
parent
6e8637fbc9
commit
78f8317de8
1 changed files with 2 additions and 2 deletions
|
@ -1348,11 +1348,11 @@ static int short_ok( const wchar_t *arg,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This is an event handler triggered when the definition of a
|
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.
|
specified function.
|
||||||
|
|
||||||
This is to make sure that the function disappears if the file is
|
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 )
|
static void complete_load_handler( const wchar_t *cmd )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue