1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Merge branch 'master' into osx-functional

This commit is contained in:
James Booth 2016-04-10 01:24:26 +01:00
commit b0f4439e26

View File

@ -1752,7 +1752,7 @@ static struct cmd_t command_defs[] =
CMD_DESC(
"Manage plugins. Passing no arguments lists currently loaded plugins.")
CMD_ARGS(
{ "laod <plugin>", "Load a plugin." })
{ "load <plugin>", "Load a plugin." })
CMD_EXAMPLES(
"/plugin load browser.py")
},