mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 20:21:16 -03:00
Spelling mistake in comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user