From d71bcc4dc5025ea24944454908098269cfd095a3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 13 Nov 2017 00:20:20 +0100 Subject: Fix typos Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91 Reviewed-on: https://gerrit.libreoffice.org/44654 Tested-by: Jenkins Reviewed-by: Mark Page --- comphelper/source/container/namecontainer.cxx | 2 +- comphelper/source/windows/windows_process.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'comphelper') diff --git a/comphelper/source/container/namecontainer.cxx b/comphelper/source/container/namecontainer.cxx index 3e7e8c61ea5f..2d7c57ae152e 100644 --- a/comphelper/source/container/namecontainer.cxx +++ b/comphelper/source/container/namecontainer.cxx @@ -30,7 +30,7 @@ typedef std::map SvGenericNameContainerMapImpl; namespace comphelper { - /** this is the base helper class for NameContainer thats also declared in this header. */ + /** this is the base helper class for NameContainer that's also declared in this header. */ class NameContainer : public ::cppu::WeakImplHelper< css::container::XNameContainer > { public: diff --git a/comphelper/source/windows/windows_process.cxx b/comphelper/source/windows/windows_process.cxx index 528fb6b1aaf0..e71f28be545b 100644 --- a/comphelper/source/windows/windows_process.cxx +++ b/comphelper/source/windows/windows_process.cxx @@ -29,7 +29,7 @@ static int ArgStrLen(const wchar_t *s) if (addDoubleQuotes) { - i += 2; // initial and final duoblequote + i += 2; // initial and final doublequote } if (hasDoubleQuote) -- cgit