summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/container/namecontainer.cxx2
-rw-r--r--comphelper/source/windows/windows_process.cxx2
2 files changed, 2 insertions, 2 deletions
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<OUString, css::uno::Any> 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)