Commit 8f6ee22b authored by David Lawrence Ramsey's avatar David Lawrence Ramsey Committed by Benno Schulenberg
Browse files

tweaks: fix typo in rebindable function name

This fixes https://savannah.gnu.org/bugs/?53062.
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -1730,7 +1730,7 @@ int strtomenu(const char *input) ...@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment