From 3f0babc64c2efee03de753f13dfbb7ea74d97999 Mon Sep 17 00:00:00 2001
From: Andrej Mitrovic <andrej.mitrovich@gmail.com>
Date: Mon, 10 Feb 2014 18:17:14 +0100
Subject: [PATCH] Fixup some typo's.

---
 stdx/lexer.d | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/stdx/lexer.d b/stdx/lexer.d
index c013d2f..6972879 100644
--- a/stdx/lexer.d
+++ b/stdx/lexer.d
@@ -260,7 +260,7 @@ public:
 	 *     type = the token type
 	 *     text = the text of the token, which may be null
 	 *     line = the line number at which this token occurs
-	 *     column = the column nmuber at which this token occurs
+	 *     column = the column number at which this token occurs
 	 *     index = the byte offset from the beginning of the input at which this
 	 *         token occurs
 	 */
@@ -284,7 +284,7 @@ public:
 	size_t line;
 
 	/**
-	 * The Column nmuber at which this token occurs.
+	 * The Column number at which this token occurs.
 	 */
 	size_t column;