diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml
index ed47c1141ec53cbb05ed93ad0d53fdfebbe9a814..e0624453a33558f8bb3fc28d8f9fdd33418e8537 100644
--- a/tutorial/tutorial.wmml
+++ b/tutorial/tutorial.wmml
@@ -3307,7 +3307,7 @@ Here is an example of a simple module:
 	constant PI = 3.14159265358979323846264338327950288419716939937510;
 	float cos2(float f) { return pow(cos(f),2.0); }
 </example>
-if we save this short file as <tt>Trig.pike.pmod</tt> we can now use this
+if we save this short file as <tt>Trig.pmod</tt> we can now use this
 module like this:
 <example language=pike>
 	int main()