From b0d723505512599320a1f30e66718f4d1bdefdc6 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 9 Apr 2009 19:35:31 -0400 Subject: [PATCH] Fixed typo. --- mojoshader_preprocessor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mojoshader_preprocessor.c b/mojoshader_preprocessor.c index 3ab87f69..6b314359 100644 --- a/mojoshader_preprocessor.c +++ b/mojoshader_preprocessor.c @@ -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