shithub: werc

Download patch

ref: 7eca2f389b022f2299beac99ce632bc5cc0b34ad
parent: fe9bf8c546fe8312b931089bf8016654b4863584
author: uriel <uriel@vm41.cat-v.org>
date: Sat Jun 20 07:55:26 EDT 2009

Fix two typos, thanks echoline!

--- a/apps/bridge/app.rc
+++ b/apps/bridge/app.rc
@@ -73,7 +73,7 @@
     if not if(check_user $groups_allowed_comments)
         u=$logged_user
     if not
-        _status='You are not a memeber of a group allowed to comment.'
+        _status='You are not a member of a group allowed to comment.'
 
     if(~ $#_status 0) {
         umask 002
--- a/apps/bridge/foot.tpl
+++ b/apps/bridge/foot.tpl
@@ -19,7 +19,7 @@
         <input type="password" name="comment_passwd2" value="" />
     </label>
     <div style="font-size: 70%">
-    Enter your desired user name/password and after your comment has been reviewed by an addmin it will be posted and your account will be enabled. If you are already registered please <a href="/_users/login">login</a> before posting.
+    Enter your desired user name/password and after your comment has been reviewed by an admin it will be posted and your account will be enabled. If you are already registered please <a href="/_users/login">login</a> before posting.
     </div>
 % }
 </form>