summaryrefslogtreecommitdiffstats
path: root/dtrans
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-02-20 17:24:33 +0100
committerAndras Timar <atimar@suse.com>2013-02-20 17:25:30 +0100
commitb37a07f2da6c4fcc1a01cc3ea547c558c23edd71 (patch)
tree0fc40179b95c3fb5511afdff378217b3bf4a818b /dtrans
parentfdo#42122 - truncate files that shrink to avoid dictionary corruption. (diff)
downloadcore-b37a07f2da6c4fcc1a01cc3ea547c558c23edd71.tar.gz
core-b37a07f2da6c4fcc1a01cc3ea547c558c23edd71.zip
typo: allways -> always
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/dtobj/FmtFilter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dtrans/source/win32/dtobj/FmtFilter.cxx b/dtrans/source/win32/dtobj/FmtFilter.cxx
index 66a43db870a5..7456ce598bf5 100644
--- a/dtrans/source/win32/dtobj/FmtFilter.cxx
+++ b/dtrans/source/win32/dtobj/FmtFilter.cxx
@@ -283,7 +283,7 @@ Sequence< sal_Int8 > SAL_CALL TextHtmlToHTMLFormat( Sequence< sal_Int8 >& aTextH
sal_uInt32 lHTMLFmtHdr = rtl_str_getLength( aHTMLFmtHdr );
- // the office allways writes the start
+ // the office always writes the start
// and end html tag in upper cases and
// without spaces
// both tags don't allow parameters
@@ -356,7 +356,7 @@ std::string GetHtmlFormatHeader(size_t startHtml, size_t endHtml, size_t startFr
return htmlHeader.str();
}
-// the office allways writes the start and end html tag in upper cases and
+// the office always writes the start and end html tag in upper cases and
// without spaces both tags don't allow parameters
const std::string TAG_HTML = std::string("<HTML>");
const std::string TAG_END_HTML = std::string("</HTML>");