Fix typo

Change-Id: I834039e8030857e1069bbadb9c7ef85664702168
Reviewed-on: https://gerrit.libreoffice.org/74094
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
diff --git a/sfx2/source/doc/SfxRedactionHelper.cxx b/sfx2/source/doc/SfxRedactionHelper.cxx
index 244c5ab..b6c3264 100644
--- a/sfx2/source/doc/SfxRedactionHelper.cxx
+++ b/sfx2/source/doc/SfxRedactionHelper.cxx
@@ -460,7 +460,7 @@ void SfxRedactionHelper::searchInMetaFile(const RedactionTarget* pRedactionTarge
                if (!aNewRect.IsEmpty())
                    aRedactionRectangles.push_back(aNewRect);

                // Search for the next occurence
                // Search for the next occurrence
                nStart = nEnd;
                nEnd = sText.getLength();
                bFound = textSearch.SearchForward(sText, &nStart, &nEnd);