From 5fbeeb1ce8009d85f988021e18bb11c422897d3a Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Sat, 24 Dec 2011 11:39:59 -0600
Subject: Rename a few stragglers

---
 src/Editor.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Editor.cpp b/src/Editor.cpp
index 41c67a3..055f5dc 100755
--- a/src/Editor.cpp
+++ b/src/Editor.cpp
@@ -3372,7 +3372,7 @@ void Editor::AddCharUTF(char *s, unsigned int len, bool treatAsDBCS) {
 			// characters representing themselves.
 		} else {
 			// Unroll 1 to 3 byte UTF-8 sequences.  See reference data at:
-			// http://www.cl.cam.ac.uk/~mgk25/tqunicode.html
+			// http://www.cl.cam.ac.uk/~mgk25/unicode.html
 			// http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
 			if (byte < 0xE0) {
 				int byte2 = static_cast<unsigned char>(s[1]);
-- 
cgit v1.2.3

