Skip to content

Commit 4c9723f

Browse files
authored
Update src/stdlib_logger.f90
1 parent 09b1480 commit 4c9723f

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
@@ -429,7 +429,7 @@ pure subroutine configuration( self, add_blank_line, indent, level, &
429429
logical, intent(out), optional :: indent
430430
!! A logical flag to indent subsequent lines
431431
integer, intent(out), optional :: level
432-
!! The mimimum level for printing a message
432+
!! The minimum level for printing a message
433433
integer, intent(out), optional :: max_width
434434
!! The maximum number of columns for most outputs
435435
logical, intent(out), optional :: time_stamp

0 commit comments

Comments
 (0)