Laurentiu Cocanu - more help text
[fw/openocd] / src / target / target_request.c
index df97a65f7975028c8341fb1f0379a9a762f7070f..b266fea5ed48d0854a1305f16eb7433df1f8dcb4 100644 (file)
@@ -304,7 +304,7 @@ int target_request_register_commands(struct command_context_s *cmd_ctx)
                register_command(cmd_ctx, NULL, "target_request", NULL, COMMAND_ANY, "target_request commands");
        
        register_command(cmd_ctx, target_request_cmd, "debugmsgs", handle_target_request_debugmsgs_command,
-               COMMAND_EXEC, "enable/disable reception of debug messgages from target");
+               COMMAND_EXEC, "enable/disable reception of debug messages from target");
 
        return ERROR_OK;
 }