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

Typo in error message

parent 7c7a4748
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