From 6a4882e1f2619456b01aafc868922967825d391a Mon Sep 17 00:00:00 2001 From: Robin Johnson Date: Sat, 22 Jun 2002 20:14:50 +0000 Subject: [PATCH] * lang/english*: $strSplitWordsWithSpace - Fix spelling 'seperated' -> 'separated' --- ChangeLog | 2 ++ lang/english-utf8.inc.php3 | 2 +- lang/english.inc.php3 | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 892a978024..c289fd47de 100755 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,8 @@ $Source$ - Moved
to just inside - gets line on the same page * lang/portuguese.inc.php3 updates, thanks to Lopo Pizarro * lang/chinese*.inc.php3 updates, thanks to Siu Sun + * lang/english*: $strSplitWordsWithSpace + - Fix spelling 'seperated' -> 'separated' 2002-06-21 Olivier L. Müller * libraries/common.lib.php3, main.php3: be more tolerant with lazy diff --git a/lang/english-utf8.inc.php3 b/lang/english-utf8.inc.php3 index e63bf252d5..75a8ab47c5 100644 --- a/lang/english-utf8.inc.php3 +++ b/lang/english-utf8.inc.php3 @@ -338,7 +338,7 @@ $strSingly = '(singly)'; $strSize = 'Size'; $strSort = 'Sort'; $strSpaceUsage = 'Space usage'; -$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").'; +$strSplitWordsWithSpace = 'Words are separated by a space character (" ").'; $strSQL = 'SQL'; $strSQLQuery = 'SQL-query'; $strSQLResult = 'SQL result'; diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index d2a830f7e2..74c42f2411 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -337,7 +337,7 @@ $strSingly = '(singly)'; $strSize = 'Size'; $strSort = 'Sort'; $strSpaceUsage = 'Space usage'; -$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").'; +$strSplitWordsWithSpace = 'Words are separated by a space character (" ").'; $strSQL = 'SQL'; $strSQLQuery = 'SQL-query'; $strSQLResult = 'SQL result';