* ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
authorPierre Muller <muller@sourceware.org>
Mon, 29 Apr 2013 08:32:18 +0000 (08:32 +0000)
committerPierre Muller <muller@sourceware.org>
Mon, 29 Apr 2013 08:32:18 +0000 (08:32 +0000)
gdb/ChangeLog
gdb/contrib/ari/gdb_ari.sh

index 429445fca662aa9a6586e2cf423145f57f40fc13..09d1795d5c761fd1ffd67b904c9c5ff9f955da36 100644 (file)
@@ -1,3 +1,7 @@
+2013-04-29  Pierre Muller  <muller@sourceware.org>
+
+       * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
+
 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
 
        * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
index 21b6f96b563f1ea5e8b6f62248eb59a950ef5fd6..c9b135245086193a1ef092ba5c87385b5f34b5a5 100644 (file)
@@ -543,7 +543,7 @@ Function name starts lower case but has uppercased letters."
     editCase_full_line = ""
 }
 (possible_editCase) {
-    if (ARI_OK == "ediCase function") {
+    if (ARI_OK == "editCase function") {
        possible_editCase = 0
     }
     # Closing brace found?
This page took 0.027988 seconds and 4 git commands to generate.