diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-11 10:08:57 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:09 +0100 |
commit | 9bbf34029570e46ed0f4c002bc61b0394ddd7e3b (patch) | |
tree | 66e32ba5e60da6a048bd05f21611dba0193aedb9 /src/check_hkl.c | |
parent | 2e672cf5544e8f9ce60884f4164b0c36ae16b8eb (diff) |
Fix grammar
Diffstat (limited to 'src/check_hkl.c')
-rw-r--r-- | src/check_hkl.c | 2 |
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; } |