summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 09:32:51 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:33:15 +0200
commitb1456548611b44735be2ebf66d2cb1943c7e4322 (patch)
treee768b0f0d3ef38c1b6d7fc2dcb39ff7722ec2d02
parent0e970f3ba26a24ad589b8aa1480f078c7efb7132 (diff)
typo: regularily -> regularly
-rw-r--r--sw/source/core/doc/htmltbl.cxx2
-rw-r--r--wizards/com/sun/star/wizards/web/TOCPreview.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/htmltbl.cxx b/sw/source/core/doc/htmltbl.cxx
index 33e86217bc6c..4b0dbed4a606 100644
--- a/sw/source/core/doc/htmltbl.cxx
+++ b/sw/source/core/doc/htmltbl.cxx
@@ -1416,7 +1416,7 @@ void SwHTMLTableLayout::AutoLayoutPass2( sal_uInt16 nAbsAvail, sal_uInt16 nRelAv
}
else
{
- // No. So distribute the space regularily among all columns.
+ // No. So distribute the space regularly among all columns.
for( sal_uInt16 i=0; i<nCols; i++ )
{
sal_uLong nColMax = GetColumn( i )->GetMax();
diff --git a/wizards/com/sun/star/wizards/web/TOCPreview.py b/wizards/com/sun/star/wizards/web/TOCPreview.py
index 9833984c32e0..0cde1b4bd307 100644
--- a/wizards/com/sun/star/wizards/web/TOCPreview.py
+++ b/wizards/com/sun/star/wizards/web/TOCPreview.py
@@ -30,7 +30,7 @@ from ..common.UCB import UCB
# Since the files are both static and dynamic (some are always the same,
# while other change according to user choices)
# I divide this tasks to two: all necessary
-# static files, which should not regularily update are copied upon
+# static files, which should not regularly update are copied upon
# instanciation.
# The TOC is generated in refresh(...);