mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 09:06:21 +00:00
Update typo in cmd_funcs.c
Fix typo in error messages about plugins
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user