diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2022-07-19 14:30:07 +0200 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2022-07-19 22:44:20 +0800 |
commit | fcacef5af9e52204926480fbdeb9a238ecab31d1 (patch) | |
tree | 51d1d44e54edd49b6c9cb2db23e57681da7089f1 /contrib/non-profit-audit-reports/ooolib2/__init__.py | |
parent | 4898e57bdd247f1f2a18ca1217a89e7f1105caae (diff) | |
download | fork-ledger-fcacef5af9e52204926480fbdeb9a238ecab31d1.tar.gz fork-ledger-fcacef5af9e52204926480fbdeb9a238ecab31d1.tar.bz2 fork-ledger-fcacef5af9e52204926480fbdeb9a238ecab31d1.zip |
Fix typos found by codespell
Diffstat (limited to 'contrib/non-profit-audit-reports/ooolib2/__init__.py')
-rw-r--r-- | contrib/non-profit-audit-reports/ooolib2/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/non-profit-audit-reports/ooolib2/__init__.py b/contrib/non-profit-audit-reports/ooolib2/__init__.py index 984e88d0..3bc940bd 100644 --- a/contrib/non-profit-audit-reports/ooolib2/__init__.py +++ b/contrib/non-profit-audit-reports/ooolib2/__init__.py @@ -395,7 +395,7 @@ class CalcStyles: self.property_cell_bg_color = 'default' # Cell Background Default self.property_cell_bg_image = 'none' # Cell Background Default self.property_cell_fontsize = '10' # Cell Font Size Default - self.property_cell_valign = 'default' # Vertial Alignment Default + self.property_cell_valign = 'default' # Vertical Alignment Default self.property_cell_halign = 'default' # Horizantal Alignment Default def get_next_style(self, style): |