From 9e5e52b5eae1c883b8d51efbe2cdc37fb20f6d8e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 27 Nov 2014 16:04:48 +0100 Subject: Fix typo in error message --- libcrystfel/src/hdf5-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/hdf5-file.c b/libcrystfel/src/hdf5-file.c index 160e0cb8..5eb8e768 100644 --- a/libcrystfel/src/hdf5-file.c +++ b/libcrystfel/src/hdf5-file.c @@ -106,7 +106,7 @@ struct hdfile *hdfile_open(const char *filename) if ( f == NULL ) return NULL; if ( access( filename, R_OK ) == -1 ) { - ERROR("File does not exists or it cannot be read: %s\n", + ERROR("File does not exist or cannot be read: %s\n", filename); free(f); return NULL; -- cgit v1.2.3