diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-10-22 09:30:33 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-10-22 09:30:33 +0000 |
commit | ed9c257551729cf2dc54fcbc3ad520fdfa9ad0c1 (patch) | |
tree | 3db6fa0477af69710937b633b463a0d84503beac /src/target/target_request.c | |
parent | d740e66ccdc69c619483e32a9f9706ec8193d2f4 (diff) | |
download | riscv-openocd-ed9c257551729cf2dc54fcbc3ad520fdfa9ad0c1.zip riscv-openocd-ed9c257551729cf2dc54fcbc3ad520fdfa9ad0c1.tar.gz riscv-openocd-ed9c257551729cf2dc54fcbc3ad520fdfa9ad0c1.tar.bz2 |
Laurentiu Cocanu - more help text
git-svn-id: svn://svn.berlios.de/openocd/trunk@1087 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/target_request.c')
-rw-r--r-- | src/target/target_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target_request.c b/src/target/target_request.c index df97a65..b266fea 100644 --- a/src/target/target_request.c +++ b/src/target/target_request.c @@ -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; } |