From cacc659216de7a2d78ad009fff0472bc9c30e805 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Mon, 23 Jul 2007 11:38:46 -0500 Subject: [svn-r13998] typo fixes in error messages tested: linux --- tools/h5import/h5import.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/h5import/h5import.c b/tools/h5import/h5import.c index bfa2c82..c25842e 100755 --- a/tools/h5import/h5import.c +++ b/tools/h5import/h5import.c @@ -345,7 +345,7 @@ readIntegerData(FILE **strm, struct Input *in) int j; const char *err1 = "Unable to get integer value from file.\n"; - const char *err2 = "Unrecongnized input class type.\n"; + const char *err2 = "Unrecognized input class type.\n"; const char *err3 = "Invalid input size.\n"; for (j=0; jrank;j++) @@ -508,7 +508,7 @@ readUIntegerData(FILE **strm, struct Input *in) hsize_t i; int j; const char *err1 = "Unable to get unsigned integer value from file.\n"; - const char *err2 = "Unrecongnized input class type.\n"; + const char *err2 = "Unrecognized input class type.\n"; const char *err3 = "Invalid input size.\n"; for (j=0; jrank;j++) @@ -666,7 +666,7 @@ readFloatData(FILE **strm, struct Input *in) hsize_t i; int j; const char *err1 = "Unable to get integer value from file.\n"; - const char *err2 = "Unrecongnized input class type.\n"; + const char *err2 = "Unrecognized input class type.\n"; const char *err3 = "Invalid input size type.\n"; for (j=0; jrank;j++) -- cgit v0.12