From 87fd271d464747ecd0fe05f7e8e73381bba9cb25 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Wed, 14 Jan 1998 19:10:41 +0100
Subject: [PATCH] Trig.pike.pmod => Trig.pmod.

Rev: tutorial/tutorial.wmml:1.63
---
 tutorial/tutorial.wmml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml
index ed47c1141e..e0624453a3 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()
-- 
GitLab