diff options
-rw-r--r-- | libcrystfel/src/hdf5-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |