diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml
index bd9af99673da6fe7fc04d73e3eaf0e6af77b6fdf..df34698abe4d311c0842559786d588bc6c8705dc 100644
--- a/tutorial/tutorial.wmml
+++ b/tutorial/tutorial.wmml
@@ -5740,7 +5740,7 @@ return res;<br>
 <dt><encaps>DESCRIPTION</encaps><dd>
 This function sorts an array after a compare-function <i>fun</i>
 which takes two arguments and should return 1 if the first argument
-is larger then the second. The rest of the arguments <i>args</i> will be
+is larger than the second. The rest of the arguments <i>args</i> will be
 sent as 3rd, 4th etc. argument to <i>fun</i>. If <i>fun</i> is omitted, `&lt; is used
 instead.
 <p>