From 4460f5f8503db44bf8e62fd4b2f7246a87156f84 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 2 Nov 2020 18:15:51 +0100 Subject: Fix typos Change-Id: Ifc4b1c24b41a9ca7e7b3adcc46e3498f3af5a0b7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105192 Reviewed-by: Julien Nabet Tested-by: Jenkins --- sw/source/core/graphic/ndgrf.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx index a676b3900c4a..58c9f82c13b7 100644 --- a/sw/source/core/graphic/ndgrf.cxx +++ b/sw/source/core/graphic/ndgrf.cxx @@ -374,7 +374,7 @@ void SwGrfNode::TriggerGraphicArrived() { const SwMsgPoolItem aMsgHint(RES_GRAPHIC_ARRIVED); // FIXME: instead of hacking the notification to only handle specific clients. - // this should have been implemented cleanly witth two hints, e.g. + // this should have been implemented cleanly with two hints, e.g. // RES_GRAPHIC_ARRIVED_PREP and RES_GRAPHIC_ARRIVED. LockModify(); { -- cgit