From cae2ad8ac9f74d90bc363981de5d551cca99f8d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Wed, 10 Dec 1997 20:52:16 +0100
Subject: [PATCH] Fixed a few typos.

Rev: tutorial/tutorial.wmml:1.38
---
 tutorial/tutorial.wmml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml
index 3556bf8c77..64418eba47 100644
--- a/tutorial/tutorial.wmml
+++ b/tutorial/tutorial.wmml
@@ -2023,7 +2023,7 @@ than that, let's look at a few examples:
 	mixed x; // x can be any type
 	string *x; // x is an array of strings
 
-	 // x is a mapping mapping from int to string
+	 // x is a mapping from int to string
 	mapping(string:int) x;
 
 	// x is a clone of Stdio.File
@@ -2044,7 +2044,7 @@ As you can see there are some interesting ways to specify types.
 Here is a list of what is possible:
 <dl>
 <dt> <tt>mixed</tt>
-<dt> This means that the variable can contain any type, or the
+<dd> This means that the variable can contain any type, or the
 	function return any value
 <dt> <tt>array( <i>type</i> )</tt>
 <dd> This means an array of <i>type</i>.
-- 
GitLab