From de43d6efd0bf53e5d8616dab0e12f10f55dcc6de Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 11 Mar 2012 19:02:45 +0530 Subject: [PATCH] ... --- src/odf/odf2xhtml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/odf/odf2xhtml.py b/src/odf/odf2xhtml.py index c0537698c4..697228e005 100644 --- a/src/odf/odf2xhtml.py +++ b/src/odf/odf2xhtml.py @@ -945,7 +945,7 @@ ol, ul { padding-left: 2em; } names and 'margin-right' in names and 'margin-bottom' in names): # These come from XML and we cannot preserve XML attribute order so - # we assume that margin is to be overriden + # we assume that margin is to be overridden # See https://bugs.launchpad.net/calibre/+bug/941134 ignore_keys.add(names['margin'])