Skip to content
Snippets Groups Projects
Commit 22fc7be2 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

s/specifyer/specifier/

Rev: src/language.yacc:1.10
parent 2a15e5f2
Branches
Tags
No related merge requests found
......@@ -156,7 +156,7 @@
/* This is the grammar definition of Pike. */
#include "global.h"
RCSID("$Id: language.yacc,v 1.9 1996/11/25 21:34:23 hubbe Exp $");
RCSID("$Id: language.yacc,v 1.10 1996/11/26 20:32:19 grubba Exp $");
#ifdef HAVE_MEMORY_H
#include <memory.h>
#endif
......@@ -648,7 +648,7 @@ opt_object_type: /* Empty */ { push_type_int(0); }
{
push_type_int(sp[-1].u.program->id);
}else{
yyerror("Not a valid program specifyer");
yyerror("Not a valid program specifier");
push_type_int(0);
}
pop_n_elems(2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment