1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Merge pull request #959 from anossov/master

Fixed a typo in an error message ("This build does not support python plugins")
This commit is contained in:
James Booth 2017-08-05 15:21:03 +01:00 committed by GitHub
commit ec947fccc4

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;
}