summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-10 18:55:12 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-11 05:08:01 +0000
commit0f0ebddb81a7c5b83bdf8d050bfe38dad26f0bfd (patch)
treedd128499869c5f7a7b1a05754af17258f0e32d4a /compilerplugins
parentc328aefa6f2c9a04c50bad7228a468ff2f136d22 (diff)
Fix typos
Change-Id: Ic54e808956e5cf4e8079942c0ff799f802cd4b6c Reviewed-on: https://gerrit.libreoffice.org/35053 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/stringstatic.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/compilerplugins/clang/stringstatic.cxx b/compilerplugins/clang/stringstatic.cxx
index d251ed874c58..e82d173d0b16 100644
--- a/compilerplugins/clang/stringstatic.cxx
+++ b/compilerplugins/clang/stringstatic.cxx
@@ -12,7 +12,7 @@
#include "check.hxx"
#include "plugin.hxx"
-/** Look for static OUString and OUString[], they can be more effeciently declared as:
+/** Look for static OUString and OUString[], they can be more efficiently declared as:
static const OUStringLiteral our_aLBEntryMap[] = {" ", ", "};
static const OUStringLiteral sName("name");
@@ -44,7 +44,7 @@ void StringStatic::run()
// passing around pointers to global OUString
if (fn.startswith(SRCDIR "/filter/source/svg/"))
return;
- // has a mix of literals and and refs to external OUStrings
+ // has a mix of literals and refs to external OUStrings
if (fn == SRCDIR "/ucb/source/ucp/webdav-neon/ContentProperties.cxx")
return;