Fix typos in symtab_symbol_info
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / info_qt.exp
index 9b9292f6c0b58623ad972ec0fa4d3761db02c395..f023f0b1430aaaff92305bed0c3760bbcbde4e4c 100644 (file)
@@ -234,10 +234,10 @@ with_test_prefix "rest of args as single regexp" {
        "single regexp"
 
     gdb_test "info functions -t uvw abc def" \
-       "All functions matching regular expression \\\"abc def\\\" with type matching regulation expression \\\"uvw\\\":" \
+       "All functions matching regular expression \\\"abc def\\\" with type matching regular expression \\\"uvw\\\":" \
        "-t noquote single regexp"
 
     gdb_test "info functions -t 'uvw xyz' abc def" \
-       "All functions matching regular expression \\\"abc def\\\" with type matching regulation expression \\\"uvw xyz\\\":" \
+       "All functions matching regular expression \\\"abc def\\\" with type matching regular expression \\\"uvw xyz\\\":" \
        "-t quote single regexp"
 }
This page took 0.026456 seconds and 4 git commands to generate.