Submitted By: Chris Crisafulli (itnet7 at ubuntu dot com)
Date: 2009-03-05
Initial Package Version: aboutpeople-6.x-1.1
Description: Fixes the spelling on the template.php for signing in.

diff -Naur aboutpeople.orig/template.php aboutpeople/template.php
--- aboutpeople.orig/template.php	2009-03-05 14:43:40.000000000 -0500
+++ aboutpeople/template.php	2009-03-05 14:44:25.000000000 -0500
@@ -165,7 +165,7 @@
     global $user;
     if (!$user->uid) {
       $message= '<ul>
-                  <li class="usericon">'.l(t('Sing in..'),'user/login', array('attributes' => array('rel'=>'nofollow')) ).'</li>
+                  <li class="usericon">'.l(t('Sign in..'),'user/login', array('attributes' => array('rel'=>'nofollow')) ).'</li>
                   <li>'.l(t('New password'), 'user/password', array('attributes' => array('rel'=>'nofollow'))).'</li>
                   <li>'.l(t('Sign up'), 'user/register', array('attributes' => array('rel'=>'nofollow')) ).'</li>
                 </ul>';
@@ -178,4 +178,4 @@
     }
     return $message;
 }
-//  login line end
\ No newline at end of file
+//  login line end
