Skip to content

Commit

Permalink
docs: fix typos in docstrings and comments (MODFLOW-USGS#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Oct 3, 2023
1 parent c223046 commit 2415314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Utilities/Idm/mf6blockfile/LoadMf6File.f90
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ subroutine parse_structarray_block(parser, mf6_input, iblock, mshape, &
cycle
end if
!
! -- set indexex (where first column is blocknum)
! -- set indexes (where first column is blocknum)
iwords = icol
else
!
Expand Down
2 changes: 1 addition & 1 deletion src/Utilities/OutputControl/OutputControl.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!> @brief This module contains the OutputControlModule
!!
!! This module defines the OutputControlType. This type
!! is overriden by GWF and GWT to create an Output Control
!! is overridden by GWF and GWT to create an Output Control
!! package for the model.
!!
!<
Expand Down

0 comments on commit 2415314

Please sign in to comment.