This fixes a typo in an error message in
stap_parse_argument_conditionally.
gdb/ChangeLog
2021-02-09  Tom Tromey  <tom@tromey.com>
	* stap-probe.c (stap_parse_argument_conditionally): Fix typo.
+2021-02-09  Tom Tromey  <tom@tromey.com>
+
+       * stap-probe.c (stap_parse_argument_conditionally): Fix typo.
+
 2021-02-09  Tom de Vries  <tdevries@suse.de>
 
        PR symtab/27341
 
 
       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;