fix typo in the commit `use wl_find()'

This commit is contained in:
rlar 2012-07-28 14:52:17 +02:00
parent 3c3ba4c731
commit b808fcec8a
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ getword(wordlist *wl, char *name)
wordlist *beg;
char *s;
wl = wl_find(name, wl);
beg = wl_find(name, wl);
if (!beg)
return NULL;