From 8a5ae131aad3fc27ff148d0f1f7737b37899ee5c Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 15 Jul 2011 17:05:28 -0400 Subject: [PATCH] Fixed a typo in header comment of split_string. --- src/string.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/string.f90 b/src/string.f90 index 03d67cb43f..7250c5ed6d 100644 --- a/src/string.f90 +++ b/src/string.f90 @@ -9,7 +9,7 @@ contains !===================================================================== ! SPLIT_STRING takes a sentence and splits it into separate words much -! the Python string.split() method. +! like the Python string.split() method. ! ! Arguments: ! string = input line