Kaydet (Commit) b1456548 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: regularily -> regularly

üst 0e970f3b
......@@ -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();
......
......@@ -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(...);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment