From da40cac540e7d735edbe9069b3c8ec6af4530208 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 10 Nov 2014 15:05:25 +0100 Subject: Fix common typos. No automatic tools. Handmade… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- compilerplugins/clang/store/findoncontainer.cxx | 2 +- compilerplugins/clang/store/rtlconstasciimacro.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/store/findoncontainer.cxx b/compilerplugins/clang/store/findoncontainer.cxx index f7db49d0f5b4..99efb9caab56 100644 --- a/compilerplugins/clang/store/findoncontainer.cxx +++ b/compilerplugins/clang/store/findoncontainer.cxx @@ -15,7 +15,7 @@ // Look for places calling std::find on a standard container where it should be using the container find method, which // is more efficient. // -// This lives in /store because the implementation is a hack and is highly dependant on the inwards +// This lives in /store because the implementation is a hack and is highly dependent on the inwards // of the libc++ library on the machine it runs on. // diff --git a/compilerplugins/clang/store/rtlconstasciimacro.cxx b/compilerplugins/clang/store/rtlconstasciimacro.cxx index 482c9ade4201..d52a147db98f 100644 --- a/compilerplugins/clang/store/rtlconstasciimacro.cxx +++ b/compilerplugins/clang/store/rtlconstasciimacro.cxx @@ -107,7 +107,7 @@ bool RtlConstAsciiMacro::VisitCXXConstructExpr( CXXConstructExpr* expr ) searchingForString = false; if( !suitableString ) return true; - // Seach for '(' (don't just remove a given length to handle possible whitespace). + // Search for '(' (don't just remove a given length to handle possible whitespace). const char* text = compiler.getSourceManager().getCharacterData( start ); const char* pos = text; while( *pos != '(' ) -- cgit