diff options
author | noroot <seogarry@gmail.com> | 2017-07-30 19:58:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-30 19:58:04 +0300 |
commit | af8d6978526a6864c111e16cf48e64a9e77277a7 (patch) | |
tree | b3a2bbacd716d180d476cd1753f55e32846d3618 | |
parent | f8b855b09f2c4e9b461b0b7854afabbecf6d5b4a (diff) | |
download | profani-tty-af8d6978526a6864c111e16cf48e64a9e77277a7.tar.gz |
Update typo in cmd_funcs.c
Fix typo in error messages about plugins
-rw-r--r-- | src/command/cmd_funcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c index 7484a69c..16a2a2a7 100644 --- a/src/command/cmd_funcs.c +++ b/src/command/cmd_funcs.c @@ -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; } |