Skip to content

Commit 3a90b66

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

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/stdlib_io_np.fypp

Lines changed: 1 addition & 1 deletion
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)

src/stdlib_io_np_save.fypp

Lines changed: 1 addition & 1 deletion
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)

test/string/test_string_derivedtype_io.f90

Lines changed: 1 addition & 1 deletion
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, &

test/string/test_string_intrinsic.f90

Lines changed: 1 addition & 1 deletion
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

test/string/test_string_operator.f90

Lines changed: 1 addition & 1 deletion
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)