aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-07-01 11:03:55 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:44 +0200
commit0e9f6f8f698517b1b8f634117d7fa32f45ab4448 (patch)
tree7e3740b8297736c6b18b060d4ce429aa4471d1c8 /tests
parent8298750ca535aede3e4fbaada90d3347d86dd885 (diff)
Fix a typo
Diffstat (limited to 'tests')
-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;
}