Capitalize "<TAB>" in require_record_target error
[deliverable/binutils-gdb.git] / gdb / record.c
index 2fd77824d4d407888d5a06cf841c9ba56fed0897..fdc76f80cc20374e679869f1c7e8045bfcdfc78c 100644 (file)
@@ -75,7 +75,7 @@ require_record_target (void)
   t = find_record_target ();
   if (t == NULL)
     error (_("No record target is currently active.\n"
-            "Use one of the \"target record-<tab><tab>\" commands first."));
+            "Use one of the \"target record-<TAB><TAB>\" commands first."));
 
   return t;
 }
This page took 0.024359 seconds and 4 git commands to generate.