mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r13998]
typo fixes in error messages tested: linux
This commit is contained in:
parent
7f2a3a97c3
commit
cacc659216
@ -345,7 +345,7 @@ readIntegerData(FILE **strm, struct Input *in)
|
|||||||
int j;
|
int j;
|
||||||
|
|
||||||
const char *err1 = "Unable to get integer value from file.\n";
|
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";
|
const char *err3 = "Invalid input size.\n";
|
||||||
|
|
||||||
for (j=0; j<in->rank;j++)
|
for (j=0; j<in->rank;j++)
|
||||||
@ -508,7 +508,7 @@ readUIntegerData(FILE **strm, struct Input *in)
|
|||||||
hsize_t i;
|
hsize_t i;
|
||||||
int j;
|
int j;
|
||||||
const char *err1 = "Unable to get unsigned integer value from file.\n";
|
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";
|
const char *err3 = "Invalid input size.\n";
|
||||||
|
|
||||||
for (j=0; j<in->rank;j++)
|
for (j=0; j<in->rank;j++)
|
||||||
@ -666,7 +666,7 @@ readFloatData(FILE **strm, struct Input *in)
|
|||||||
hsize_t i;
|
hsize_t i;
|
||||||
int j;
|
int j;
|
||||||
const char *err1 = "Unable to get integer value from file.\n";
|
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";
|
const char *err3 = "Invalid input size type.\n";
|
||||||
|
|
||||||
for (j=0; j<in->rank;j++)
|
for (j=0; j<in->rank;j++)
|
||||||
|
Loading…
Reference in New Issue
Block a user