Skip to content
Snippets Groups Projects
Commit 437e4c57 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Typo in error message

parent d4a0213a
No related branches found
No related tags found
1 merge request!46Blue gene HDF5 i/o fixes
......@@ -198,7 +198,7 @@ void writeStringAttribute(hid_t grp, char* name, const char* str, int length) {
h_err = H5Tset_size(h_type, length);
if (h_err < 0) {
error("Error while resizing attribute tyep to '%i'.", length);
error("Error while resizing attribute type to '%i'.", length);
}
h_attr = H5Acreate1(grp, name, h_type, h_space, H5P_DEFAULT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment