summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/h5diff.c')
-rw-r--r--tools/lib/h5diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c
index 38bbcf55..1710347 100644
--- a/tools/lib/h5diff.c
+++ b/tools/lib/h5diff.c
@@ -255,7 +255,7 @@ hsize_t h5diff(const char *fname1,
if (nobjects1 < 0 || nobjects2 < 0)
{
- printf ("Error: Could not get get file contents\n");
+ printf ("Error: Could not get file contents\n");
options->err_stat = 1;
#ifdef H5_HAVE_PARALLEL
if(g_Parallel)