summaryrefslogtreecommitdiff
path: root/common/test-lexer.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/test-lexer.c')
-rw-r--r--common/test-lexer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/test-lexer.c b/common/test-lexer.c
index 7d18e87..e4480fd 100644
--- a/common/test-lexer.c
+++ b/common/test-lexer.c
@@ -96,7 +96,7 @@ check_lex_msg (const char *file,
}
break;
case TOK_EOF:
- p11_test_fail (file, line, function, "eof should not be recieved");
+ p11_test_fail (file, line, function, "eof should not be received");
break;
}
}