1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Update typo in cmd_funcs.c

Fix typo in error messages about plugins
This commit is contained in:
noroot 2017-07-30 19:58:04 +03:00 committed by GitHub
parent f8b855b09f
commit af8d697852

View File

@ -6467,7 +6467,7 @@ cmd_plugins_python_version(ProfWin *window, const char *const command, gchar **a
cons_show("Python version:");
cons_show("%s", version);
#else
cons_show("This build does not support pytyon plugins.");
cons_show("This build does not support python plugins.");
#endif
return TRUE;
}