From 677e1f26fe47cc0c3e0819cb99a9024af49a619c Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 18 May 2010 06:25:29 -0400
Subject: [PATCH] - Some files from /bin + spellchecking actions moved to the new 'utils' task

---
 program/steps/utils/spell_pspell.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/program/steps/mail/spell_pspell.inc b/program/steps/utils/spell_pspell.inc
similarity index 97%
rename from program/steps/mail/spell_pspell.inc
rename to program/steps/utils/spell_pspell.inc
index b443ed5..f892f89 100644
--- a/program/steps/mail/spell_pspell.inc
+++ b/program/steps/utils/spell_pspell.inc
@@ -2,7 +2,7 @@
 
 /*
  +-----------------------------------------------------------------------+
- | program/steps/mail/spell_pspell.inc                                   |
+ | program/steps/utils/spell_pspell.inc                                  |
  |                                                                       |
  | This file is part of the RoundCube Webmail client                     |
  | Licensed under the GNU GPL                                            |
@@ -25,7 +25,7 @@
       'type' => 'php',
       'file' => __FILE__, 'line' => __LINE__,
       'message' => "Pspell extension not available"), true, false);
-      
+
     header('HTTP/1.1 404 Not Found');
     exit;
 }

--
Gitblit v1.9.1