Skip to content

Commit 0b17754

Browse files
jvdp114NGiestas
andauthored
Update src/stdlib_logger.f90
Co-authored-by: Ian Giestas Pauli <[email protected]>
1 parent cbb80a5 commit 0b17754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_logger.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ subroutine add_log_unit( self, unit, stat )
240240

241241
!! Adds `unit` to the log file units in `log_units`. `unit` must be an `open`
242242
!! file, of `form` `"formatted"`, with `"sequential"` `access`, and an `action`
243-
!! of `"write"` or `"readwrite"`, otherwise either `stat`, if preseent, has a
243+
!! of `"write"` or `"readwrite"`, otherwise either `stat`, if present, has a
244244
!! value other than `success` and `unit` is not entered into `log_units`,
245245
!! or, if `stat` is not presecn, processing stops.
246246
!!([Specification](../page/specs/stdlib_logger.html#add_log_unit-add-a-unit-to-the-array-self-log_units))

0 commit comments

Comments
 (0)