bfd/binutils: support for gdb target descriptions in the core file
[binutils-gdb.git] / gdb / stap-probe.c
index 224dd5714fac05f5077661ae567c18ecb2aca647..bbdfbcd026737fe6cc763a3bd11851eb1837ec75 100644 (file)
@@ -1031,7 +1031,7 @@ stap_parse_argument_conditionally (struct stap_parse_info *p)
 
       p->arg = skip_spaces (p->arg);
       if (*p->arg != ')')
-       error (_("Missign close-parenthesis on expression `%s'."),
+       error (_("Missing close-parenthesis on expression `%s'."),
               p->saved_arg);
 
       --p->inside_paren_p;