- fix typo (beward/beware)

This commit is contained in:
Bryce Denney 2001-05-23 08:27:10 +00:00
parent d72bdeb7b1
commit 6ed99e0e43
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ bx_get_command(void)
#if HAVE_LIBREADLINE
if (bx_infile_stack_index == 0) {
charptr_ret = readline (prompt);
// beward, returns NULL on end of file
// beware, returns NULL on end of file
if (charptr_ret && strlen(charptr_ret) > 0) {
add_history (charptr_ret);
strcpy (tmp_buf, charptr_ret);