Index: blogaid.info =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/blogaid/blogaid.info,v retrieving revision 1.1.2.1 diff -u -p -r1.1.2.1 blogaid.info --- blogaid.info 22 Oct 2008 12:29:07 -0000 1.1.2.1 +++ blogaid.info 1 Feb 2010 09:52:19 -0000 @@ -1,4 +1,4 @@ ; $Id: blogaid.info,v 1.1.2.1 2008/10/22 12:29:07 pp Exp $ name = Blog Aid -description = Helper modul for bloging with Drupal core -core = 6.x \ No newline at end of file +description = Helper module for blogging with Drupal core +core = 6.x Index: blogaid.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/blogaid/blogaid.module,v retrieving revision 1.1.2.7.2.5 diff -u -p -r1.1.2.7.2.5 blogaid.module --- blogaid.module 30 Mar 2009 18:15:18 -0000 1.1.2.7.2.5 +++ blogaid.module 1 Feb 2010 09:52:19 -0000 @@ -3,7 +3,7 @@ /** * @file - * Helper modul for bloging with Drupal core + * Helper module for blogging with Drupal core * * @author Palócz István * @@ -129,9 +129,9 @@ function blogaid_adminblock_contents() { if ($trackback_link = blogaid_get_trackbacks_link()) { $links[] = $trackback_link; } - // imce file managger + // imce file manager if (blogaid_menu_accessible('imce')) { - $links[] = l(t('File managger (@space-used)', array('@space-used' => blogaid_space_used())), 'user/'. $user->uid .'/imce' ) ; + $links[] = l(t('File manager (@space-used)', array('@space-used' => blogaid_space_used())), 'user/'. $user->uid .'/imce' ) ; } if (blogaid_menu_accessible('user/'. $user->uid, TRUE)) { $links[] = l(t('My account'), 'user/'. $user->uid ) ; @@ -323,4 +323,4 @@ function blogaid_mail_alter(&$message) { } } } -} \ No newline at end of file +}