diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml
index 185b77a727acd4a483aeb0fdfae18fc9f65e9373..a7641b6708d866436de5cbaaccec74e5a4c2796a 100644
--- a/tutorial/tutorial.wmml
+++ b/tutorial/tutorial.wmml
@@ -6039,7 +6039,7 @@ string implode_nicely(array(string|float|int) words, string|void separator);
 <man_description>
 This function implodes a list of words to a readable string.
 If the separator is omitted, the default is <tt>"and"</tt>.
-If the words are numbers they are converet to strings first.
+If the words are numbers they are converted to strings first.
 </man_description>
 <man_example>
 &gt; implode_nicely(({"green"}));<br>