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 2021/03/13 10:28:52 UTC

[openoffice] branch AOO42X updated: Fixed typo (retrive -> retrieve)

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

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


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 657ff7d  Fixed typo (retrive -> retrieve)
657ff7d is described below

commit 657ff7db29c9523574ddfc9e258768c69531a779
Author: mseidel <ms...@apache.org>
AuthorDate: Sat Mar 13 11:26:15 2021 +0100

    Fixed typo (retrive -> retrieve)
    
    (cherry picked from commit 8cc42d09d618e539d9b7e6d3909e41c02dffea8f)
---
 main/extensions/source/ole/jscriptclasses.hxx      |  2 +-
 .../qa/integration/forms/FormControlTest.java      |  2 +-
 .../DevelopersGuide/GUI/UnoDialogSample.java       |  2 +-
 .../com/sun/star/embed/XStorageRawAccess.idl       |  2 +-
 main/offapi/com/sun/star/mail/MailAttachment.idl   |  2 +-
 .../tests/java/mod/_sc/ScCellsEnumeration.java     |  2 +-
 main/qadevOOo/tests/java/mod/_sc/ScCellsObj.java   |  2 +-
 main/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java |  4 ++--
 .../qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java |  2 +-
 .../qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java |  2 +-
 .../tests/java/mod/_sd/SdLayerManager.java         |  2 +-
 main/qadevOOo/tests/java/mod/_sd/SdXShape.java     |  4 ++--
 main/sal/qa/osl/file/osl_File.cxx                  |  6 ++---
 main/sal/qa/osl/security/osl_Security.cxx          | 12 +++++-----
 .../office/filesystem/OpenOfficeDocFileSystem.java |  8 +++----
 .../OpenOfficeDocFileSystemBeanInfo.java           |  6 ++---
 main/shell/inc/internal/metainforeader.hxx         |  4 ++--
 .../source/all/ooofilereader/metainforeader.cxx    |  4 ++--
 .../source/win32/shlxthandler/ooofilt/ooofilt.hxx  |  4 ++--
 main/sw/source/filter/ww8/writerhelper.hxx         | 28 +++++++++++-----------
 main/vos/inc/vos/process.hxx                       |  2 +-
 .../xmlsec/xmldocumentwrapper_xmlsecimpl.cxx       |  6 ++---
 22 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/main/extensions/source/ole/jscriptclasses.hxx b/main/extensions/source/ole/jscriptclasses.hxx
index 6d5e17e..92d1a75 100644
--- a/main/extensions/source/ole/jscriptclasses.hxx
+++ b/main/extensions/source/ole/jscriptclasses.hxx
@@ -55,7 +55,7 @@ extern CComModule _Module;
 // "InitInOutParam"
 
 // If the object represents an out parameter then the value can after the call
-// be retrived by "Get".
+// be retrieved by "Get".
 
 // From JavaScript the functions Get, Set, InitOutParam and InitInOutParam are
 // used, that is they are accessible through IDispatch. The functions are used
diff --git a/main/forms/qa/integration/forms/FormControlTest.java b/main/forms/qa/integration/forms/FormControlTest.java
index b480b80..e69a169 100644
--- a/main/forms/qa/integration/forms/FormControlTest.java
+++ b/main/forms/qa/integration/forms/FormControlTest.java
@@ -497,7 +497,7 @@ public class FormControlTest extends complexlib.ComplexTestCase implements XSQLE
     }
 
     /* ------------------------------------------------------------------ */
-    /** retrives the control model with the given name
+    /** retrieves the control model with the given name
     */
     private XPropertySet getControlModel( String name ) throws com.sun.star.uno.Exception, java.lang.Exception
     {
diff --git a/main/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java b/main/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java
index 88c700d..fadbf9a 100644
--- a/main/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java
+++ b/main/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java
@@ -204,7 +204,7 @@ public class UnoDialogSample implements XTextListener, XSpinListener, XActionLis
     public String getImageUrl(String _sRegistryPath, String _sImageName) {
         String sImageUrl = "";
         try {
-            // retrive the configuration node of the extension
+            // retrieve the configuration node of the extension
             XNameAccess xNameAccess = getRegistryKeyContent(_sRegistryPath);
             if (xNameAccess != null){
                 if (xNameAccess.hasByName(_sImageName)){
diff --git a/main/offapi/com/sun/star/embed/XStorageRawAccess.idl b/main/offapi/com/sun/star/embed/XStorageRawAccess.idl
index 61a16ad..f88a4be 100644
--- a/main/offapi/com/sun/star/embed/XStorageRawAccess.idl
+++ b/main/offapi/com/sun/star/embed/XStorageRawAccess.idl
@@ -175,7 +175,7 @@ published interface XStorageRawAccess
 		header.
 
 		<p>
-		This method allows to insert a stream retrived by
+		This method allows to insert a stream retrieved by
 		<method>XStorageRawAccess::getRawEncrStreamElement()</method> into a
 		storage.
 		</p>
diff --git a/main/offapi/com/sun/star/mail/MailAttachment.idl b/main/offapi/com/sun/star/mail/MailAttachment.idl
index 697112e..f10f168 100644
--- a/main/offapi/com/sun/star/mail/MailAttachment.idl
+++ b/main/offapi/com/sun/star/mail/MailAttachment.idl
@@ -44,7 +44,7 @@ struct MailAttachment
         It is expected that the transferable delivers the data as 
         sequence of bytes. Although a transferable may support 
         multiple data flavors only the first data flavor supplied 
-        will be used to retrive the data and it is expected that 
+        will be used to retrieve the data and it is expected that 
         the type of the data is a sequence of bytes.
         
         @see ::com::sun::star::datatransfer::XTransferable        
diff --git a/main/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java b/main/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java
index 1e54c4e..39c48c5 100644
--- a/main/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java
+++ b/main/qadevOOo/tests/java/mod/_sc/ScCellsEnumeration.java
@@ -91,7 +91,7 @@ public class ScCellsEnumeration extends TestCase {
     * Creating a Testenvironment for the interfaces to be tested.
     * Retrieves a collection of spreadsheets from a document
     * and takes one of them. Replaces text of some cells.
-    * Retrives a cell range of the visible cells using the interface
+    * Retrieves a cell range of the visible cells using the interface
     * <code>XCellRangesQuery</code>. Retrieves a collection of cells from
     * this cell range and creates it's enumeration using the interface
     * <code>XEnumerationAccess</code>.The created enumeration is the instance
diff --git a/main/qadevOOo/tests/java/mod/_sc/ScCellsObj.java b/main/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
index 5eb4f16..08148bb 100644
--- a/main/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
+++ b/main/qadevOOo/tests/java/mod/_sc/ScCellsObj.java
@@ -95,7 +95,7 @@ public class ScCellsObj extends TestCase {
     * Creating a Testenvironment for the interfaces to be tested.
     * Retrieves a collection of spreadsheets from a document,
     * and takes one of them. Replaces text of some cells.
-    * Retrives a cell range of the visible cells using the interface
+    * Retrieves a cell range of the visible cells using the interface
     * <code>XCellRangesQuery</code>. Retrieves a collection of cells from
     * this cell range, this collection is instance of the service
     * <code>com.sun.star.sheet.Cells</code>.
diff --git a/main/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java b/main/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java
index 949cdd6..25d840d 100644
--- a/main/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java
+++ b/main/qadevOOo/tests/java/mod/_sc/ScDDELinkObj.java
@@ -106,8 +106,8 @@ public class ScDDELinkObj extends TestCase {
     * spreadsheets from a document and takes one of them. Sets specific formula
     * to some cells in the spreadsheet(the formula specify DDE links to the
     * testdocument). Retrieves the collection of DDE links in the document and
-    * retrives first DDE link from the collection.
-    * The retrived DDE link is the instance of the service
+    * retrieves first DDE link from the collection.
+    * The retrieved DDE link is the instance of the service
     * <code>com.sun.star.sheet.DDELink</code>.
     * Object relations created :
     * <ul>
diff --git a/main/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java b/main/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java
index d9eb94b..30d0a62 100644
--- a/main/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java
+++ b/main/qadevOOo/tests/java/mod/_sc/ScDDELinksObj.java
@@ -102,7 +102,7 @@ public class ScDDELinksObj extends TestCase {
     * spreadsheets from a document and takes one of them. Sets specific formula
     * to some cells in the spreadsheet(the formula specify DDE links to the
     * testdocument). Retrieves the collection of DDE links in the document.
-    * The retrived collection of DDE link is the instance of the service
+    * The retrieved collection of DDE link is the instance of the service
     * <code>com.sun.star.sheet.DDELinks</code>.
     * @see com.sun.star.frame.Desktop
     * @see com.sun.star.sheet.DDELinks
diff --git a/main/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java b/main/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java
index eb81e15..76118fd 100644
--- a/main/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java
+++ b/main/qadevOOo/tests/java/mod/_sc/ScViewPaneObj.java
@@ -103,7 +103,7 @@ public class ScViewPaneObj extends TestCase {
      * Retieves the current controller of the spreadsheet document using the
      * interface <code>XModel</code>. The controller contains the collection
      * of the view panes so retrieves the view pane with index 0 from
-     * the collection. The retrived view pane is the instance of the service
+     * the collection. The retrieved view pane is the instance of the service
      * <code>com.sun.star.sheet.SpreadsheetViewPane</code>. Retrieves the address
      * of the cell range that consists of the cells which are visible in the pane.
      * Object relations created :
diff --git a/main/qadevOOo/tests/java/mod/_sd/SdLayerManager.java b/main/qadevOOo/tests/java/mod/_sd/SdLayerManager.java
index 2ca60c5..da0f51d 100644
--- a/main/qadevOOo/tests/java/mod/_sd/SdLayerManager.java
+++ b/main/qadevOOo/tests/java/mod/_sd/SdLayerManager.java
@@ -106,7 +106,7 @@ public class SdLayerManager extends TestCase {
     *      {@link ifc.drawing._XLayerManager}(the created shape)</li>
     *  <li> <code>'Shapes'</code> for
     *      {@link ifc.drawing._XLayerManager}(the shape collection of
-    *      the retrived draw page)</li>
+    *      the retrieved draw page)</li>
     * </ul>
     * @see com.sun.star.drawing.XLayerSupplier
     * @see com.sun.star.drawing.LayerManager
diff --git a/main/qadevOOo/tests/java/mod/_sd/SdXShape.java b/main/qadevOOo/tests/java/mod/_sd/SdXShape.java
index 3ca03bf..ed381a7 100644
--- a/main/qadevOOo/tests/java/mod/_sd/SdXShape.java
+++ b/main/qadevOOo/tests/java/mod/_sd/SdXShape.java
@@ -108,11 +108,11 @@ public class SdXShape extends TestCase {
     * <ul>
     *  <li> <code>'Style1'</code> for
     *      {@link ifc.drawing._XShapeDescriptor}, {@link ifc.drawing._XShape}
-    *      (the value of the property 'Style' that was retrived from the created
+    *      (the value of the property 'Style' that was retrieved from the created
     *      rectangle shape) </li>
     *  <li> <code>'Style2'</code> for
     *      {@link ifc.drawing._XShapeDescriptor}, {@link ifc.drawing._XShape}
-    *      (the value of the property 'Style' that was retrived from the created
+    *      (the value of the property 'Style' that was retrieved from the created
     *      ellipse shape) </li>
     * </ul>
     * @see com.sun.star.drawing.XDrawPagesSupplier
diff --git a/main/sal/qa/osl/file/osl_File.cxx b/main/sal/qa/osl/file/osl_File.cxx
index f53451e..835d4a8 100644
--- a/main/sal/qa/osl/file/osl_File.cxx
+++ b/main/sal/qa/osl/file/osl_File.cxx
@@ -5377,7 +5377,7 @@ namespace osl_Directory
         nError1 = testDirectory.close( );
         ASSERT_TRUE( ::osl::FileBase::E_None == nError1 );
 
-        ASSERT_TRUE(( sal_True == bOk1 ) && ( sal_True == bOk2 ) && ( sal_True == bOk3 )) << "test for getNextItem function: retrive three items and check their names.";
+        ASSERT_TRUE(( sal_True == bOk1 ) && ( sal_True == bOk2 ) && ( sal_True == bOk3 )) << "test for getNextItem function: retrieve three items and check their names.";
     }
 
     TEST_F(getNextItem, getNextItem_002 )
@@ -5385,7 +5385,7 @@ namespace osl_Directory
             ::osl::Directory testDirectory( aTmpName3 ); //constructor
         nError1 = testDirectory.getNextItem( rItem );
 
-        ASSERT_TRUE(( ::osl::FileBase::E_INVAL == nError1 )) << "test for getNextItem function: retrive an item in a directory which is not opened, also test for nHint's default value.";
+        ASSERT_TRUE(( ::osl::FileBase::E_INVAL == nError1 )) << "test for getNextItem function: retrieve an item in a directory which is not opened, also test for nHint's default value.";
     }
 
     TEST_F(getNextItem, getNextItem_003 )
@@ -5405,7 +5405,7 @@ namespace osl_Directory
         nError1 = testDirectory.close( );
         ASSERT_TRUE( ::osl::FileBase::E_None == nError1 );
 
-        ASSERT_TRUE(( ::osl::FileBase::E_NOENT == nError2 )) << "test for getNextItem function: retrive 4 times in a directory which contain only 3 files.";
+        ASSERT_TRUE(( ::osl::FileBase::E_NOENT == nError2 )) << "test for getNextItem function: retrieve 4 times in a directory which contain only 3 files.";
     }
 
     TEST_F(getNextItem, getNextItem_004 )
diff --git a/main/sal/qa/osl/security/osl_Security.cxx b/main/sal/qa/osl/security/osl_Security.cxx
index 70045b8..d154df9 100644
--- a/main/sal/qa/osl/security/osl_Security.cxx
+++ b/main/sal/qa/osl/security/osl_Security.cxx
@@ -526,35 +526,35 @@ int main(int argc, char **argv)
 #endif
 
 	/// print the information. 
-	printf("#\n#Retrived system information is below:\n");
+	printf("#\n#Retrieved system information is below:\n");
 	
 	printf("Computer Name:              ");
 	if ( strComputerName == aNullURL ) 
-		printf(" Not retrived\n" );
+		printf(" Not retrieved\n" );
 	else
 		printUString( strComputerName );
 	
 	printf("Current User Name:          ");
 	if ( strUserName == aNullURL ) 
-		printf(" Not retrived\n" );
+		printf(" Not retrieved\n" );
 	else
 		printUString( strUserName );
 	
 	printf("Current User Home Directory:");
 	if ( strHomeDirectory == aNullURL ) 
-		printf(" Not retrived\n" );
+		printf(" Not retrieved\n" );
 	else
 		printUString( strHomeDirectory );
 
 	printf("Current Config Directory:   ");
 	if ( strConfigDirectory == aNullURL ) 
-		printf(" Not retrived\n" );
+		printf(" Not retrieved\n" );
 	else
 		printUString( strConfigDirectory );
 
 	printf("Current UserID:             "); 
 	if ( strUserID == aNullURL ) 
-		printf(" Not retrived\n" );
+		printf(" Not retrieved\n" );
 	else
 		printUString( strUserID );
 
diff --git a/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java b/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
index 28b859e..162be77 100644
--- a/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
+++ b/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
@@ -156,7 +156,7 @@ public class OpenOfficeDocFileSystem
     }
     
     /**
-     * Retrives the 'document' property.
+     * Retrieves the 'document' property.
      */
     public File getDocument()
     {
@@ -207,7 +207,7 @@ System.out.println("    exception: " + ioe.getMessage());
     }
     
     /**
-     * Retrives 'readonly' property.
+     * Retrieves 'readonly' property.
      * NOTE: The portion of the mounted document available to the user is 
      *       always editable.
      */
@@ -443,7 +443,7 @@ System.out.println("    exception: " + ioe.getMessage());
     }
 
     /*
-     * Retrives or creates a file.
+     * Retrieves or creates a file.
      */
     private Entry getFileEntry(String name)
         throws IOException
@@ -469,7 +469,7 @@ System.out.println("    exception: " + ioe.getMessage());
     }
 
     /*
-     * Retrives or creates a folder.
+     * Retrieves or creates a folder.
      */
     private Entry getFolderEntry(String name)
         throws IOException
diff --git a/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java b/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java
index f1fbe87..91e6400 100644
--- a/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java
+++ b/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java
@@ -48,7 +48,7 @@ public class OpenOfficeDocFileSystemBeanInfo
         ICONLOCATION + File.separator + "OpenOfficeDocFileSystemIcon32.png";
 
     /**
-     * Retrives an additional bean information.
+     * Retrieves an additional bean information.
      */
     public BeanInfo[] getAdditionalBeanInfo()
     {
@@ -71,7 +71,7 @@ public class OpenOfficeDocFileSystemBeanInfo
     }
 */
     /**
-     * Retrives bean property descriptors.
+     * Retrieves bean property descriptors.
      */
     public PropertyDescriptor[] getPropertyDescriptors()
     {
@@ -106,7 +106,7 @@ public class OpenOfficeDocFileSystemBeanInfo
     }
     
     /**
-     * Retrives an icon by the icon type.
+     * Retrieves an icon by the icon type.
      */
     public Image getIcon(int type)
     {
diff --git a/main/shell/inc/internal/metainforeader.hxx b/main/shell/inc/internal/metainforeader.hxx
index 74e1544..9843642 100644
--- a/main/shell/inc/internal/metainforeader.hxx
+++ b/main/shell/inc/internal/metainforeader.hxx
@@ -44,7 +44,7 @@ public:
 	/** check if the Tag is in the target meta.xml file.
 
 		@param TagName
-		the name of the tag that will be retrive.
+		the name of the tag that will be retrieve.
 	*/
 	bool hasTag(std::wstring TagName) const;
 
@@ -52,7 +52,7 @@ public:
 	/** Get a specific tag content, compound tags will be returned as comma separated list.
 
 		@param TagName
-		the name of the tag that will be retrive.
+		the name of the tag that will be retrieve.
 	*/
 	std::wstring getTagData( const std::wstring& TagName);
 
diff --git a/main/shell/source/all/ooofilereader/metainforeader.cxx b/main/shell/source/all/ooofilereader/metainforeader.cxx
index d437c1b..303ef99 100644
--- a/main/shell/source/all/ooofilereader/metainforeader.cxx
+++ b/main/shell/source/all/ooofilereader/metainforeader.cxx
@@ -131,7 +131,7 @@ CMetaInfoReader::~CMetaInfoReader( void )
 /** check if the Tag is in the target meta.xml file.
 
     @param TagName
-    the name of the tag that will be retrive.
+    the name of the tag that will be retrieve.
 */
 bool CMetaInfoReader::hasTag( std::wstring TagName ) const
 {
@@ -141,7 +141,7 @@ bool CMetaInfoReader::hasTag( std::wstring TagName ) const
 /** Get a specific tag content, compound tags will be returned as comma separated list.
 
     @param TagName
-    the name of the tag that will be retrive.
+    the name of the tag that will be retrieve.
 */
 std::wstring CMetaInfoReader::getTagData( const std::wstring& TagName)
 {
diff --git a/main/shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx b/main/shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx
index cc4004f..de489fc 100644
--- a/main/shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx
+++ b/main/shell/source/win32/shlxthandler/ooofilt/ooofilt.hxx
@@ -155,8 +155,8 @@ private:
     virtual ~COooFilter();
     
     long                      m_lRefs;                  // Reference count
-	CContentReader *          m_pContentReader;         // A content reader that retrive document content.
-	CMetaInfoReader *         m_pMetaInfoReader;        // A metainfo reader that retrive document metainfo.
+	CContentReader *          m_pContentReader;         // A content reader that retrieves document content.
+	CMetaInfoReader *         m_pMetaInfoReader;        // A metainfo reader that retrieves document metainfo.
     FilterState               m_eState;                 // State of filtering    
 	::std::wstring            m_pwszFileName;           // Name of input file to filter
     ULONG                     m_ulUnicodeBufferLen;     // UNICODE Characters read from file to chunk buffer
diff --git a/main/sw/source/filter/ww8/writerhelper.hxx b/main/sw/source/filter/ww8/writerhelper.hxx
index ad5830f..5d3fca7 100644
--- a/main/sw/source/filter/ww8/writerhelper.hxx
+++ b/main/sw/source/filter/ww8/writerhelper.hxx
@@ -288,8 +288,8 @@ namespace sw
             and receiving a SfxPoolItem reference which must then typically be
             cast back to its original type which is both tedious and verbose.
 
-            ItemGet uses item_cast () on the retrived reference to test that the
-            retrived property is of the type that the developer thinks it is.
+            ItemGet uses item_cast () on the retrieved reference to test that the
+            retrieved property is of the type that the developer thinks it is.
 
             @param rNode
             The SwCntntNode to retrieve the property from
@@ -319,8 +319,8 @@ namespace sw
             and receiving a SfxPoolItem reference which must then typically be
             cast back to its original type which is both tedious and verbose.
 
-            ItemGet uses item_cast () on the retrived reference to test that the
-            retrived property is of the type that the developer thinks it is.
+            ItemGet uses item_cast () on the retrieved reference to test that the
+            retrieved property is of the type that the developer thinks it is.
 
             @param rFmt
             The SwFmt to retrieve the property from
@@ -348,8 +348,8 @@ namespace sw
             and receiving a SfxPoolItem reference which must then typically be
             cast back to its original type which is both tedious and verbose.
 
-            ItemGet uses item_cast () on the retrived reference to test that the
-            retrived property is of the type that the developer thinks it is.
+            ItemGet uses item_cast () on the retrieved reference to test that the
+            retrieved property is of the type that the developer thinks it is.
 
             @param rSet
             The SfxItemSet to retrieve the property from
@@ -382,8 +382,8 @@ namespace sw
             DefaultItemGet returns a reference to the default property of a
             given SfxItemPool for a given property id, e.g. default fontsize
 
-            DefaultItemGet uses item_cast () on the retrived reference to test
-            that the retrived property is of the type that the developer thinks
+            DefaultItemGet uses item_cast () on the retrieved reference to test
+            that the retrieved property is of the type that the developer thinks
             it is.
 
             @param rPool
@@ -418,8 +418,8 @@ namespace sw
             given SwDoc (Writer Document) for a given property id, e.g default
             fontsize
 
-            DefaultItemGet uses item_cast () on the retrived reference to test
-            that the retrived property is of the type that the developer thinks
+            DefaultItemGet uses item_cast () on the retrieved reference to test
+            that the retrieved property is of the type that the developer thinks
             it is.
 
             @param rPool
@@ -455,8 +455,8 @@ namespace sw
             property id if it exists in the SfxItemSet or its chain of parents,
             e.g. fontsize
 
-            HasItem uses item_cast () on the retrived pointer to test that the
-            retrived property is of the type that the developer thinks it is.
+            HasItem uses item_cast () on the retrieved pointer to test that the
+            retrieved property is of the type that the developer thinks it is.
 
             @param rSet
             The SfxItemSet whose property we want
@@ -488,8 +488,8 @@ namespace sw
             HasItem returns a pointer to the requested SfxPoolItem for a given
             property id if it exists in the SwFmt e.g. fontsize
 
-            HasItem uses item_cast () on the retrived pointer to test that the
-            retrived property is of the type that the developer thinks it is.
+            HasItem uses item_cast () on the retrieved pointer to test that the
+            retrieved property is of the type that the developer thinks it is.
 
             @param rSet
             The SwFmt whose property we want
diff --git a/main/vos/inc/vos/process.hxx b/main/vos/inc/vos/process.hxx
index 643fa07..6012484 100644
--- a/main/vos/inc/vos/process.hxx
+++ b/main/vos/inc/vos/process.hxx
@@ -301,7 +301,7 @@ public:
     /** get the nArg-th extended command argument
         @param nArg [in] the number of extended argument to return.
         @param strCommandArg [out] the string that receives the argument.
-        @return sal_True   if the nArg-th argument has been retriveded successfully
+        @return sal_True   if the nArg-th argument has been retrieved successfully
         @return sal_False  on all other cases
     */
     sal_Bool SAL_CALL getCommandArg(sal_uInt32 nArg, ::rtl::OUString& strCommandArg);
diff --git a/main/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/main/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
index 34c7b0d..001cc8c 100644
--- a/main/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
+++ b/main/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
@@ -415,7 +415,7 @@ rtl::OString XMLDocumentWrapper_XmlSecImpl::getNodeQName(const xmlNodePtr pNode)
 /****** XMLDocumentWrapper_XmlSecImpl/getNodeQName ****************************
  *
  *   NAME
- *	getNodeQName -- Retrives the qualified name of a node
+ *	getNodeQName -- Retrieves the qualified name of a node
  *
  *   SYNOPSIS
  *	name = getNodeQName(pNode);
@@ -424,7 +424,7 @@ rtl::OString XMLDocumentWrapper_XmlSecImpl::getNodeQName(const xmlNodePtr pNode)
  *	see NAME
  *
  *   INPUTS
- *	pNode -	the node whose name will be retrived
+ *	pNode -	the node whose name will be retrieved
  *
  *   RESULT
  *	name - the node's qualified name
@@ -456,7 +456,7 @@ xmlNodePtr XMLDocumentWrapper_XmlSecImpl::checkElement( const cssu::Reference< c
 /****** XMLDocumentWrapper_XmlSecImpl/checkElement ****************************
  *
  *   NAME
- *	checkElement -- Retrives the node wrapped by an XXMLElementWrapper
+ *	checkElement -- Retrieves the node wrapped by an XXMLElementWrapper
  *	interface
  *
  *   SYNOPSIS