* breakpoint.c (catch_syscall_command_1): Fix typo.
authorTom Tromey <tromey@redhat.com>
Mon, 21 Feb 2011 18:40:08 +0000 (18:40 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 21 Feb 2011 18:40:08 +0000 (18:40 +0000)
gdb/ChangeLog
gdb/breakpoint.c

index 5fde60360fe13828777e0d6072ee971e9cd7d984..5e8f7131273621cf98d81b62c5a21d4fa3100ba1 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-21  Tom Tromey  <tromey@redhat.com>
+
+       * breakpoint.c (catch_syscall_command_1): Fix typo.
+
 2011-02-21  Tom Tromey  <tromey@redhat.com>
 
        * reverse.c: Include cli-utils.h.
index 065efa6970dc7e415ecad6dad110a04a309a2701..623effa0dafb0ff90625339cc847e07858c7c5e3 100644 (file)
@@ -9330,7 +9330,7 @@ catch_syscall_command_1 (char *arg, int from_tty,
   /* Checking if the feature if supported.  */
   if (gdbarch_get_syscall_number_p (gdbarch) == 0)
     error (_("The feature 'catch syscall' is not supported on \
-this architeture yet."));
+this architecture yet."));
 
   tempflag = get_cmd_context (command) == CATCH_TEMPORARY;