You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2017/10/02 09:46:23 UTC

svn commit: r1810324 - in /openoffice/trunk/main: forms/source/xforms/NameContainer.hxx wizards/source/euro/euro.src

Author: mseidel
Date: Mon Oct  2 09:46:22 2017
New Revision: 1810324

URL: http://svn.apache.org/viewvc?rev=1810324&view=rev
Log:
Fixed typo (existant -> existent)

Modified:
    openoffice/trunk/main/forms/source/xforms/NameContainer.hxx
    openoffice/trunk/main/wizards/source/euro/euro.src

Modified: openoffice/trunk/main/forms/source/xforms/NameContainer.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/forms/source/xforms/NameContainer.hxx?rev=1810324&r1=1810323&r2=1810324&view=diff
==============================================================================
--- openoffice/trunk/main/forms/source/xforms/NameContainer.hxx (original)
+++ openoffice/trunk/main/forms/source/xforms/NameContainer.hxx Mon Oct  2 09:46:22 2017
@@ -65,7 +65,7 @@ protected:
 
     T getItem( const rtl::OUString& rName ) 
     {
-        OSL_ENSURE( hasItem( rName ), "can't get non-existant item" );
+        OSL_ENSURE( hasItem( rName ), "can't get non-existent item" );
         return maItems[ rName ];
     }
 

Modified: openoffice/trunk/main/wizards/source/euro/euro.src
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/wizards/source/euro/euro.src?rev=1810324&r1=1810323&r2=1810324&view=diff
==============================================================================
--- openoffice/trunk/main/wizards/source/euro/euro.src (original)
+++ openoffice/trunk/main/wizards/source/euro/euro.src Mon Oct  2 09:46:22 2017
@@ -233,7 +233,7 @@ Text [ en-US ] = "Select target director
 
 String MESSAGES + 4
 {
-Text [ en-US ] = "non-existant";
+Text [ en-US ] = "non-existent";
 };