mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Spelling mistake in comment
This commit is contained in:
parent
4cce303c89
commit
b48e504522
1 changed files with 1 additions and 1 deletions
|
@ -3261,7 +3261,7 @@ const wchar_t *reader_readline()
|
||||||
|
|
||||||
case 0:
|
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->command_line.empty() && data->command_line.at(0) != L' ')
|
||||||
{
|
{
|
||||||
if (data->history != NULL)
|
if (data->history != NULL)
|
||||||
|
|
Loading…
Reference in a new issue