From 29c0f7c0b70a93126ec891e05ce77ac65f7e3033 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 17 Feb 2005 23:41:02 +0000
Subject: [PATCH] Fixed typo in last commit.

---
 web/root/rss.ssjs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/root/rss.ssjs b/web/root/rss.ssjs
index dbf622902c..21172862c6 100644
--- a/web/root/rss.ssjs
+++ b/web/root/rss.ssjs
@@ -185,7 +185,7 @@ if(msgbase.open()) {
             writeln('\t\t\t\t<link>' + link_root + '&amp;item=' + hdr.number + '</link>');
         else    // v3.12b
             writeln('\t\t\t\t<link>' + 'http://' + http_request.header.host + '/msgs/msg.ssjs?msg_sub=' + 
-                    channel.name + '&amp;mesage=' + hdr.number + '</link>');
+                    channel.name + '&amp;message=' + hdr.number + '</link>');
 		writeln('\t\t\t</item>');
 		msgs++;
 		if(msgs>=channel.maxmessages)
-- 
GitLab