Skip to content
Snippets Groups Projects
Commit 76a79e30 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

fixed a typo

Rev: src/modules/readline/readlinemod.c:1.9
parent fb61ba3d
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
#include "pike_macros.h"
#include "threads.h"
RCSID("$Id: readlinemod.c,v 1.8 1998/03/28 13:54:12 grubba Exp $");
RCSID("$Id: readlinemod.c,v 1.9 1998/04/26 11:47:08 hubbe Exp $");
#include <errno.h>
......@@ -113,7 +113,7 @@ char *my_rl_complete(char *text, int status)
fatal("Bad idea!\n");
return res;
#else
return low_do_rl_comlete(text,status);
return low_do_rl_complete(text,status);
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment