From 72d5cc9ebf64d65ee64b6c091ec7f43a2a777ae5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 26 Aug 2017 15:41:24 +0200 Subject: [PATCH] Fix typo Change-Id: I2d79b299256feefa66ad0b120387d5cab6737345 Reviewed-on: https://gerrit.libreoffice.org/41585 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- uui/source/iahndl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index 7bee920262cf..f3a801a47c0c 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -975,7 +975,7 @@ executeMessageBox( if (pDefaultParent) { - // need to 'Show' to have the following tasks do someting, does + // need to 'Show' to have the following tasks do something, does // not work without and may even stumble on nullptrs/errors xBox->Show();