diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:28:52 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:28:52 -0500 |
commit | 3f59f9590b8e70b928bb83116c92c513ad2fcffd (patch) | |
tree | de69bd0f4cae234ab640c272e7867debee819f17 /kate/tests | |
parent | 9af103f289d5a85ab152163c2e580d694e44ac8f (diff) | |
download | tdelibs-3f59f9590b8e70b928bb83116c92c513ad2fcffd.tar.gz tdelibs-3f59f9590b8e70b928bb83116c92c513ad2fcffd.zip |
Fix typos.
Diffstat (limited to 'kate/tests')
-rw-r--r-- | kate/tests/highlight.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/tests/highlight.f90 b/kate/tests/highlight.f90 index e2008c20a..547c364b8 100644 --- a/kate/tests/highlight.f90 +++ b/kate/tests/highlight.f90 @@ -68,7 +68,7 @@ module module_example real(kind=kr), dimension(1:10, -4:5), private :: a, b, c real(kind=kr), private :: d(1:10, -4:5) - ! This is a string with fixed lenght + ! This is a string with fixed length character(len=10) :: str_var ! This is an allocatable array, which can be a target of a pointer |