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';