tweaks: fix typo in rebindable function name

This fixes https://savannah.gnu.org/bugs/?53062.
master
David Lawrence Ramsey 2018-02-04 11:13:03 -06:00 committed by Benno Schulenberg
parent a083d7f1e1
commit 8f6ee22b41
1 changed files with 1 additions and 1 deletions

View File

@ -1730,7 +1730,7 @@ int strtomenu(const char *input)
return MWHEREIS; return MWHEREIS;
else if (!strcasecmp(input, "replace")) else if (!strcasecmp(input, "replace"))
return MREPLACE; return MREPLACE;
else if (!strcasecmp(input, "replacewith2")) else if (!strcasecmp(input, "replacewith"))
return MREPLACEWITH; return MREPLACEWITH;
else if (!strcasecmp(input, "gotoline")) else if (!strcasecmp(input, "gotoline"))
return MGOTOLINE; return MGOTOLINE;