summaryrefslogtreecommitdiff
path: root/gdb/maint.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-08-29 18:31:33 +0000
committerTom Tromey <tromey@redhat.com>2008-08-29 18:31:33 +0000
commitbdbbb2e61c2e476ea4b4253d7bdbaf8b3d8408ac (patch)
treeed7b992e1fdeb47ba4e933863c053f3bc6d0d776 /gdb/maint.c
parentc79b24013e8a9f6f470732239c47ebc03f7c73e1 (diff)
downloadgdb-bdbbb2e61c2e476ea4b4253d7bdbaf8b3d8408ac.tar.gz
* maint.c (_initialize_maint_cmds): Fix typo.
Diffstat (limited to 'gdb/maint.c')
-rw-r--r--gdb/maint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/maint.c b/gdb/maint.c
index 62cefd9e6df..3190bd767f0 100644
--- a/gdb/maint.c
+++ b/gdb/maint.c
@@ -850,14 +850,14 @@ Takes an optional file parameter."),
add_cmd ("deprecate", class_maintenance, maintenance_deprecate, _("\
Deprecate a command. Note that this is just in here so the \n\
-testsuite can check the comamnd deprecator. You probably shouldn't use this,\n\
+testsuite can check the command deprecator. You probably shouldn't use this,\n\
rather you should use the C function deprecate_cmd(). If you decide you \n\
want to use it: maintenance deprecate 'commandname' \"replacement\". The \n\
replacement is optional."), &maintenancelist);
add_cmd ("undeprecate", class_maintenance, maintenance_undeprecate, _("\
Undeprecate a command. Note that this is just in here so the \n\
-testsuite can check the comamnd deprecator. You probably shouldn't use this,\n\
+testsuite can check the command deprecator. You probably shouldn't use this,\n\
If you decide you want to use it: maintenance undeprecate 'commandname'"),
&maintenancelist);