Skip to content

Commit ca59012

Browse files
authored
Update src/H5.c - fix typo
1 parent 2f0c195 commit ca59012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/H5.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ H5_check_version(unsigned majnum, unsigned minnum, unsigned relnum)
953953

954954
} /* end for */
955955

956-
/* Check for forward compatibilty usage. */
956+
/* Check for forward compatibility usage. */
957957
if (H5_VERS_MINOR > minnum) {
958958
switch (disable_version_check) {
959959
case 0:

0 commit comments

Comments
 (0)