summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-17 19:39:12 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-17 21:03:44 +0100
commit970b76816a03be0f57f35a790bea57bf299e344b (patch)
tree445ca13da577f649176f92dea60c7fc7e8053840 /lotuswordpro
parent53e6785f303e5b308a497e12d411251b216eaabf (diff)
Fix typos
Change-Id: Id1c7ddf6c49ec709e38947a82731fe31a64aad04 Reviewed-on: https://gerrit.libreoffice.org/48076 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/bencont.cxx2
-rw-r--r--lotuswordpro/source/filter/explode.cxx2
-rw-r--r--lotuswordpro/source/filter/lwpfribptr.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/bencont.cxx b/lotuswordpro/source/filter/bencont.cxx
index 52c82292c8ea..7340f046fa53 100644
--- a/lotuswordpro/source/filter/bencont.cxx
+++ b/lotuswordpro/source/filter/bencont.cxx
@@ -164,7 +164,7 @@ LtcBenContainer::LtcBenContainer(LwpSvStream * pStream)
}
/**
-* Read buffer fro bento file with specified buffer
+* Read buffer for bento file with specified buffer
* @param buffer pointer
* @param buffer size
* @param number of bytes read
diff --git a/lotuswordpro/source/filter/explode.cxx b/lotuswordpro/source/filter/explode.cxx
index 5d821698745c..7f60a9dfa737 100644
--- a/lotuswordpro/source/filter/explode.cxx
+++ b/lotuswordpro/source/filter/explode.cxx
@@ -317,7 +317,7 @@ sal_Int32 Decompression::explode()
m_pOutStream->ReadBytes(sTemp, nRead);
if (nRead != Length)
{
- // fill the buffer with read content repeatly until full
+ // fill the buffer with read content repeatedly until full
for (sal_uInt32 i=nRead; i<Length; i++)
{
sTemp[i] = sTemp[i-nRead];
diff --git a/lotuswordpro/source/filter/lwpfribptr.cxx b/lotuswordpro/source/filter/lwpfribptr.cxx
index 0cad23dfbe2f..406a42189075 100644
--- a/lotuswordpro/source/filter/lwpfribptr.cxx
+++ b/lotuswordpro/source/filter/lwpfribptr.cxx
@@ -127,7 +127,7 @@ void LwpFribPtr::ReadPara(LwpObjectStream* pObjStrm)
{
pCurFrib->SetNext(pFrib);
}
- else//frist frib in the para
+ else//first frib in the para
{
if (pFrib->GetType() == FRIB_TAG_TEXT)
{