about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/command/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 271169cf..67bd8d43 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -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")
     },