From 44a6bbe1b5c55fc34691dd9c88d0841cd3df33c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= <stephane.bidoul@acsone.eu>
Date: Sun, 30 Nov 2014 11:34:55 +0100
Subject: [PATCH] [IMP] account_export_csv: spelling

---
 account_export_csv/wizard/account_export_csv.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/account_export_csv/wizard/account_export_csv.py b/account_export_csv/wizard/account_export_csv.py
index 81d1f38a..c4052cad 100644
--- a/account_export_csv/wizard/account_export_csv.py
+++ b/account_export_csv/wizard/account_export_csv.py
@@ -243,7 +243,7 @@ class AccountCSVExport(orm.TransientModel):
         """
         Here we use TemporaryFile to avoid full filling the OpenERP worker
         Memory
-        We also write the data to the wizard with SQL query as write seams
+        We also write the data to the wizard with SQL query as write seems
         to use too much memory as well.
 
         Those improvements permitted to improve the export from a 100k line to