From bef51263c2904fbee0d1283f0cbd32d89af1cbe4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 23 Jun 2018 14:28:45 +0200 Subject: Fix typos Change-Id: I8787f619d68073e4bbd293d5863736c0cfff1632 Reviewed-on: https://gerrit.libreoffice.org/56315 Tested-by: Jenkins Reviewed-by: Jens Carl --- lotuswordpro/source/filter/lwpfoundry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lotuswordpro') diff --git a/lotuswordpro/source/filter/lwpfoundry.cxx b/lotuswordpro/source/filter/lwpfoundry.cxx index 2f56998ee4b7..40420d92244c 100644 --- a/lotuswordpro/source/filter/lwpfoundry.cxx +++ b/lotuswordpro/source/filter/lwpfoundry.cxx @@ -442,7 +442,7 @@ LwpOrderedObject* LwpOrderedObjectManager::Enumerate(LwpOrderedObject * pLast) LwpListList* pList = nullptr; if(pLast) { - // We're at the end of Last's list (not Liszt's list). + // We're at the end of Last's list (not list's list). // Start with the next active list pList = dynamic_cast(pLast->GetListList().obj().get()); pList= GetNextActiveListList(pList); -- cgit