mirror of
https://github.com/profanity-im/profanity.git
synced 2025-07-26 12:14:28 -04:00
Fixed a typo in an error message ("This build does not support python plugins.")
This commit is contained in:
parent
f8b855b09f
commit
380e6f2b58
@ -6467,7 +6467,7 @@ cmd_plugins_python_version(ProfWin *window, const char *const command, gchar **a
|
|||||||
cons_show("Python version:");
|
cons_show("Python version:");
|
||||||
cons_show("%s", version);
|
cons_show("%s", version);
|
||||||
#else
|
#else
|
||||||
cons_show("This build does not support pytyon plugins.");
|
cons_show("This build does not support python plugins.");
|
||||||
#endif
|
#endif
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user