aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/check_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_hkl.c b/src/check_hkl.c
index 385c2897..b36150b2 100644
--- a/src/check_hkl.c
+++ b/src/check_hkl.c
@@ -354,7 +354,7 @@ int main(int argc, char *argv[])
}
if ( argc != (optind+1) ) {
- ERROR("Please provide exactly one HKL files to check.\n");
+ ERROR("Please provide exactly one HKL file to check.\n");
return 1;
}