Browse Source

Fixing minor typo

Fredrik Jervfors 21 years ago
parent
commit
e287acf13d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/filters/setup.php

+ 2 - 2
plugins/filters/setup.php

@@ -149,7 +149,7 @@ function squirrelmail_plugin_init_filters() {
 }
 
 /**
- * Report spam folter as special mailbox
+ * Report spam folder as special mailbox
  * @param string $mb variable used by hook
  * @return string spam folder name
  * @access private 
@@ -185,4 +185,4 @@ function filters_optpage_register_block() {
         );
     }
 }
-?>
+?>