Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
icculus committed Apr 9, 2009
1 parent 6aff95d commit b0d7235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader_preprocessor.c
Expand Up @@ -950,7 +950,7 @@ static void handle_pp_define(Context *ctx)

if (lexer(state) != TOKEN_IDENTIFIER)
{
fail(ctx, "Macro names must be indentifiers");
fail(ctx, "Macro names must be identifiers");
return;
} // if

Expand Down

0 comments on commit b0d7235

Please sign in to comment.