Spelling mistake in comment

This commit is contained in:
ridiculousfish 2013-03-11 10:55:47 -07:00
parent 4cce303c89
commit b48e504522

View File

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