Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Jul 29, 2024
1 parent 507dbb9 commit 3a90b66
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/stdlib_io_np.fypp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! SPDX-Identifer: MIT
! SPDX-Identifier: MIT

#:include "common.fypp"
#:set RANKS = range(1, MAXRANK + 1)
Expand Down
2 changes: 1 addition & 1 deletion src/stdlib_io_np_save.fypp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! SPDX-Identifer: MIT
! SPDX-Identifier: MIT

#:include "common.fypp"
#:set RANKS = range(1, MAXRANK + 1)
Expand Down
2 changes: 1 addition & 1 deletion test/string/test_string_derivedtype_io.f90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! SPDX-Identifer: MIT
! SPDX-Identifier: MIT
module test_string_derivedtype_io
use testdrive, only : new_unittest, unittest_type, error_type, check
use stdlib_string_type, only : string_type, assignment(=), len, &
Expand Down
2 changes: 1 addition & 1 deletion test/string/test_string_intrinsic.f90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! SPDX-Identifer: MIT
! SPDX-Identifier: MIT
module test_string_intrinsic
use testdrive, only : new_unittest, unittest_type, error_type, check
use stdlib_string_type
Expand Down
2 changes: 1 addition & 1 deletion test/string/test_string_operator.f90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
! SPDX-Identifer: MIT
! SPDX-Identifier: MIT
module test_string_operator
use testdrive, only : new_unittest, unittest_type, error_type, check
use stdlib_string_type, only : string_type, assignment(=), len, &
Expand Down

0 comments on commit 3a90b66

Please sign in to comment.