From 1cf6c5c669c687031a254d7e78b0bbb6a0fd908c Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Mon, 29 Mar 2010 08:45:04 +0000
Subject: [PATCH] fix a typo : reveral -> reversal

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34177 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 ...ccountingTransactionModule_createReversalTransactionList.xml | 2 +-
 bt5/erp5_accounting/bt/revision                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_createReversalTransactionList.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_createReversalTransactionList.xml
index 1a960f82f4..464fe18671 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_createReversalTransactionList.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_createReversalTransactionList.xml
@@ -89,7 +89,7 @@ for obj in object_list:\n
                     method_id=\'AccountingTransaction_createReversalTransaction\'):\n
       raise Redirect, "%s/view?portal_status_message=%s" % (\n
                 context.absolute_url(), translateString(\n
-        \'Reveral creation already in progress, abandon.\'))\n
+        \'Reversal creation already in progress, abandon.\'))\n
     obj.activate(tag=tag).AccountingTransaction_createReversalTransaction(\n
                                 cancellation_amount=cancellation_amount)\n
     activated += 1\n
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index f44396cc1b..d845103a18 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-1149
\ No newline at end of file
+1150
\ No newline at end of file
-- 
2.30.9