tweaks: trim an unnecessary detail from an error message

master
Benno Schulenberg 2020-03-11 14:23:22 +01:00
parent 8dc83951ee
commit c2f007afc5
1 changed files with 1 additions and 1 deletions

View File

@ -2294,7 +2294,7 @@ const char *do_int_speller(const char *tempfile_name)
return _("Error invoking \"uniq\"");
if (WIFEXITED(sort_status) == 0 || WEXITSTATUS(sort_status))
return _("Error invoking \"sort -f\"");
return _("Error invoking \"sort\"");
if (WIFEXITED(spell_status) == 0 || WEXITSTATUS(spell_status))
return _("Error invoking \"spell\"");