From 9d65987055a6127899403951cec270f1cf5295e5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 17 Dec 2021 15:41:52 +0100 Subject: Fix typos Change-Id: I7f1636226c4fbe29d9d2ef850318a9d57f1b5450 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127009 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- sc/source/ui/view/gridwin4.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx index 5da4a54508d2..84d844882da1 100644 --- a/sc/source/ui/view/gridwin4.cxx +++ b/sc/source/ui/view/gridwin4.cxx @@ -738,7 +738,7 @@ void ScGridWindow::DrawContent(OutputDevice &rDevice, const ScTableInfo& rTableI bool bInPlaceVisCursor = false; if (bInPlaceEditing) { - // toggle the cursor off if its on to ensure the cursor invert + // toggle the cursor off if it's on to ensure the cursor invert // background logic remains valid after the background is cleared on // the next cursor flash pInPlaceCrsr = pEditView->GetCursor(); -- cgit