compilerplugins/clang/vclwidgets.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8d7791858ae09dc6185bf0b116a66c7580040b09
Author: Tor Lillqvist <t...@collabora.com>
Date:   Thu May 7 11:44:15 2015 +0300

    It's its, not it's
    
    Change-Id: Ic108625cdc8376095dfd19184ecad39bfeccd160

diff --git a/compilerplugins/clang/vclwidgets.cxx 
b/compilerplugins/clang/vclwidgets.cxx
index e7066c2..ff55832 100644
--- a/compilerplugins/clang/vclwidgets.cxx
+++ b/compilerplugins/clang/vclwidgets.cxx
@@ -206,7 +206,7 @@ bool VCLWidgets::VisitCXXDestructorDecl(const 
CXXDestructorDecl* pCXXDestructorD
         {
             report(
                 DiagnosticsEngine::Warning,
-                "OutputDevice subclass should have nothing in it's destructor 
but a call to disposeOnce().",
+                "OutputDevice subclass should have nothing in its destructor 
but a call to disposeOnce().",
                 pCXXDestructorDecl->getLocStart())
               << pCXXDestructorDecl->getSourceRange();
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to