From 5bfac537f1b44b2ecec15cacfad893125a4e384d Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 8 Jul 2011 18:47:45 +0900 Subject: fixed typos in comments --- lotuswordpro/source/filter/lwptablelayout.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lotuswordpro') diff --git a/lotuswordpro/source/filter/lwptablelayout.cxx b/lotuswordpro/source/filter/lwptablelayout.cxx index e36f9e8feb67..a269a6e61edb 100644 --- a/lotuswordpro/source/filter/lwptablelayout.cxx +++ b/lotuswordpro/source/filter/lwptablelayout.cxx @@ -620,7 +620,7 @@ void LwpTableLayout::RegisterColumns() // justifiable columns will share the remain width averagely dDefaultColumn = dTableWidth/nJustifiableColumn; - // register defualt column style + // register default column style XFColStyle *pColStyle = new XFColStyle(); pColStyle->SetWidth(static_cast(dDefaultColumn)); -- cgit