From 1ca6f51567ec35f88652d0adcc0d26478bb0aad9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 28 Nov 2023 15:09:03 +0100 Subject: Fix typo Change-Id: I834d1e296e19af269853bb1d8e73f754eebe2fb9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160028 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- sd/source/ui/slideshow/slideshowimpl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx index 9c0ae75dd5e9..5211e73dc163 100644 --- a/sd/source/ui/slideshow/slideshowimpl.hxx +++ b/sd/source/ui/slideshow/slideshowimpl.hxx @@ -198,7 +198,7 @@ public: /// ends the presentation async void endPresentation(); - // possibly triggered from events @SlideshowImpl::Notify if needed, but asychron to + // possibly triggered from events @SlideshowImpl::Notify if needed, but asynchron to // allow the noted event to completely finish in the core void AsyncNotifyEvent(const css::uno::Reference< css::drawing::XDrawPage >&, const SdrHintKind); -- cgit