This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit b5fe907b7f3099a78ede64b9c24e25c22e8dd61d
Author: Matthias Seidel <[email protected]>
AuthorDate: Mon Oct 2 09:46:22 2017 +0000

    Fixed typo (existant -> existent)
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1810324 
13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit a1090ed2d1adb3400aefd623934bc30652ff5340)
---
 main/forms/source/xforms/NameContainer.hxx | 2 +-
 main/wizards/source/euro/euro.src          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/forms/source/xforms/NameContainer.hxx 
b/main/forms/source/xforms/NameContainer.hxx
index bfd8988b1f..71cf5adcaa 100644
--- a/main/forms/source/xforms/NameContainer.hxx
+++ b/main/forms/source/xforms/NameContainer.hxx
@@ -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 ];
     }
 
diff --git a/main/wizards/source/euro/euro.src 
b/main/wizards/source/euro/euro.src
index 4109ee2c52..5bffa6e91e 100644
--- a/main/wizards/source/euro/euro.src
+++ b/main/wizards/source/euro/euro.src
@@ -233,7 +233,7 @@ Text [ en-US ] = "Select target directory";
 
 String MESSAGES + 4
 {
-Text [ en-US ] = "non-existant";
+Text [ en-US ] = "non-existent";
 };
 
 

Reply via email to