Skip to content

Commit b7c040f

Browse files
committed
typo
1 parent 18bd55c commit b7c040f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json_module.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7289,7 +7289,7 @@ recursive subroutine parse_array(unit, str, array)
72897289
if (eof) then
72907290
! The file ended before array was finished:
72917291
call throw_exception('Error in parse_array: '//&
7292-
'End iffile encountered when parsing an array.')
7292+
'End of file encountered when parsing an array.')
72937293
exit
72947294
else if (delimiter == c) then
72957295
! parse the next element

0 commit comments

Comments
 (0)