aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/ev_enum2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ev_enum2.c b/tests/ev_enum2.c
index f1934a2a..3105f71f 100644
--- a/tests/ev_enum2.c
+++ b/tests/ev_enum2.c
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
dtempl = data_template_new_from_file(argv[2]);
if ( dtempl == NULL ) {
- ERROR("Failed ot load data template\n");
+ ERROR("Failed to load data template\n");
return 1;
}