diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-26 15:41:24 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-08-26 15:43:44 +0200 |
commit | 72d5cc9ebf64d65ee64b6c091ec7f43a2a777ae5 (patch) | |
tree | 66d3fc7d9f6b79de0a9154268a25b2350f446606 /uui | |
parent | d828577bcd522eaa57e40f889c8f3ae563ea1a75 (diff) |
Fix typo
Change-Id: I2d79b299256feefa66ad0b120387d5cab6737345
Reviewed-on: https://gerrit.libreoffice.org/41585
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |