Skip to content

Commit 3a90b66

Browse files
committed
Fix typo
1 parent 507dbb9 commit 3a90b66

5 files changed

+5
-5
lines changed

Diff for: src/stdlib_io_np.fypp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! SPDX-Identifer: MIT
1+
! SPDX-Identifier: MIT
22

33
#:include "common.fypp"
44
#:set RANKS = range(1, MAXRANK + 1)

Diff for: src/stdlib_io_np_save.fypp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! SPDX-Identifer: MIT
1+
! SPDX-Identifier: MIT
22

33
#:include "common.fypp"
44
#:set RANKS = range(1, MAXRANK + 1)

Diff for: test/string/test_string_derivedtype_io.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! SPDX-Identifer: MIT
1+
! SPDX-Identifier: MIT
22
module test_string_derivedtype_io
33
use testdrive, only : new_unittest, unittest_type, error_type, check
44
use stdlib_string_type, only : string_type, assignment(=), len, &

Diff for: test/string/test_string_intrinsic.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! SPDX-Identifer: MIT
1+
! SPDX-Identifier: MIT
22
module test_string_intrinsic
33
use testdrive, only : new_unittest, unittest_type, error_type, check
44
use stdlib_string_type

Diff for: test/string/test_string_operator.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! SPDX-Identifer: MIT
1+
! SPDX-Identifier: MIT
22
module test_string_operator
33
use testdrive, only : new_unittest, unittest_type, error_type, check
44
use stdlib_string_type, only : string_type, assignment(=), len, &

0 commit comments

Comments
 (0)