Skip to content

Commit 320caed

Browse files
arjenmarkusaman-godara
authored andcommitted
Correct typo
There was a typo in some comments - corrected
1 parent 405e06f commit 320caed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_stringlist.f90

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ function stringlist_index_add( index, offset )
145145
stringlist_index_add%offset = stringlist_index_add%offset + offset
146146
end function stringlist_index_add
147147

148-
! stringlist_index_substract --
148+
! stringlist_index_subtract --
149149
! Subtract an integer offset to the special index
150150
!
151151
! Arguments:
152152
! index Special index
153-
! offset Offset to be substracted
153+
! offset Offset to be subtracted
154154
!
155155
function stringlist_index_subtract( index, offset )
156156
type(stringlist_index_type), intent(in) :: index

0 commit comments

Comments
 (0)