From d6c9c552955fdf5fd0b7a68df45f88ec137f9347 Mon Sep 17 00:00:00 2001
From: matthiasgrimm <matthiasgrimm@users.sourceforge.net>
Date: Wed, 15 Jun 2005 19:52:08 +0200
Subject: [PATCH] correction of typos

A wrong variable name was used in the english language file and
an gramatically mistake in function comments was corrected.

darcs-hash:20050615175208-7ef76-f41f2da7a0e27333e35d12bcc510f641d73289a5.gz
---
 inc/html.php         | 2 +-
 inc/lang/en/lang.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/inc/html.php b/inc/html.php
index 8c9af9c19..785172b84 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -157,7 +157,7 @@ function html_secedit($text,$show=true){
 }
 
 /**
- * Just the back to top button (in it's own form)
+ * Just the back to top button (in its own form)
  *
  * @author Andreas Gohr <andi@splitbrain.org>
  */
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index e0219feea..17f8e8388 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -35,7 +35,7 @@ $lang['btn_back']   = 'Back';
 $lang['loggedinas'] = 'Logged in as';
 $lang['user']       = 'Username';
 $lang['pass']       = 'Password';
-$pass['passchk']    = 'once again';
+$lang['passchk']    = 'once again';
 $lang['remember']   = 'Remember me';
 $lang['fullname']   = 'Full name';
 $lang['email']      = 'E-Mail';
-- 
GitLab