mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 02:13:38 +08:00
Spelling mistake in comment
This commit is contained in:
parent
4cce303c89
commit
b48e504522
|
@ -3261,7 +3261,7 @@ const wchar_t *reader_readline()
|
|||
|
||||
case 0:
|
||||
{
|
||||
/* Finished commend, execute it. Don't add items that start with a leading space. */
|
||||
/* Finished command, execute it. Don't add items that start with a leading space. */
|
||||
if (! data->command_line.empty() && data->command_line.at(0) != L' ')
|
||||
{
|
||||
if (data->history != NULL)
|
||||
|
|
Loading…
Reference in New Issue
Block a user