basctl/source/basicide/baside2b.cxx                                   |    2 +-
 basegfx/source/polygon/b2dlinegeometry.cxx                            |    2 +-
 basegfx/source/polygon/b2dtrapezoid.cxx                               |    2 +-
 bean/com/sun/star/comp/beans/OfficeConnection.java                    |    2 +-
 chart2/source/controller/dialogs/dlg_DataEditor.cxx                   |    2 +-
 chart2/source/inc/AxisHelper.hxx                                      |    2 +-
 chart2/source/inc/CharacterProperties.hxx                             |    4 
++--
 chart2/source/tools/ModifyListenerCallBack.cxx                        |    2 +-
 comphelper/source/misc/accessiblewrapper.cxx                          |    2 +-
 connectivity/source/drivers/mozab/MDriver.cxx                         |    2 +-
 dbaccess/qa/complex/dbaccess/DatabaseDocument.java                    |    2 +-
 dbaccess/source/ui/browser/unodatbr.cxx                               |    2 +-
 dbaccess/source/ui/control/FieldDescControl.cxx                       |    2 +-
 desktop/source/deployment/registry/configuration/dp_configuration.cxx |    2 +-
 editeng/source/editeng/editdoc.cxx                                    |    6 
+++---
 editeng/source/items/textitem.cxx                                     |    2 +-
 filter/source/config/cache/filtercache.hxx                            |    8 
++++----
 filter/source/xslt/export/wordml/ooo2wordml_list.xsl                  |    2 +-
 framework/inc/helper/titlebarupdate.hxx                               |    2 +-
 framework/qa/complex/XUserInputInterception/EventTest.java            |    2 +-
 framework/qa/complex/path_settings/PathSettingsTest.java              |    2 +-
 framework/source/inc/pattern/frame.hxx                                |    4 
++--
 i18npool/source/transliteration/transliteration_body.cxx              |    2 +-
 include/svx/sdr/overlay/overlayobject.hxx                             |    2 +-
 include/vcl/gdimetafiletools.hxx                                      |    2 +-
 jurt/com/sun/star/uno/WeakReference.java                              |    2 +-
 linguistic/source/hyphdsp.cxx                                         |    2 +-
 odk/examples/DevelopersGuide/Forms/DataAwareness.java                 |    2 +-
 odk/examples/DevelopersGuide/GUI/MessageBox.java                      |    2 +-
 qadevOOo/runner/util/DesktopTools.java                                |    2 +-
 qadevOOo/tests/java/ifc/awt/_XItemListener.java                       |    2 +-
 qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java               |    2 +-
 qadevOOo/tests/java/ifc/form/_XSubmit.java                            |    4 
++--
 qadevOOo/tests/java/ifc/io/_XPersistObject.java                       |    2 +-
 qadevOOo/tests/java/ifc/text/_XTextColumns.java                       |    2 +-
 qadevOOo/tests/java/ifc/view/_XPrintJobBroadcaster.java               |    2 +-
 sc/source/core/data/table3.cxx                                        |    2 +-
 sc/source/core/data/table4.cxx                                        |    2 +-
 sc/source/filter/excel/xichart.cxx                                    |    2 +-
 sc/source/filter/inc/pivotcachebuffer.hxx                             |    2 +-
 sc/source/ui/miscdlgs/crnrdlg.cxx                                     |    2 +-
 sc/source/ui/vba/vbawindow.cxx                                        |    2 +-
 sc/source/ui/view/viewfunc.cxx                                        |    2 +-
 sd/source/ui/func/fudraw.cxx                                          |    2 +-
 sd/source/ui/inc/ViewShell.hxx                                        |    2 +-
 sdext/source/pdfimport/tree/writertreevisiting.cxx                    |    2 +-
 solenv/gbuild/HelpTarget.mk                                           |    2 +-
 svgio/source/svgreader/svgnode.cxx                                    |    2 +-
 svl/source/misc/filenotation.cxx                                      |    2 +-
 svx/source/svdraw/svdedxv.cxx                                         |    2 +-
 sw/inc/SwNumberTree.hxx                                               |    2 +-
 sw/source/filter/ww8/wrtww8.cxx                                       |    2 +-
 vcl/source/filter/sgvmain.hxx                                         |    2 +-
 vcl/source/gdi/print2.cxx                                             |    2 +-
 vcl/source/window/winproc.cxx                                         |    2 +-
 wizards/com/sun/star/wizards/agenda/AgendaDocument.py                 |    2 +-
 wizards/com/sun/star/wizards/web/ProcessErrors.py                     |    2 +-
 writerfilter/documentation/doxygen/Doxyfile                           |    2 +-
 xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx                |    2 +-
 xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx           |    2 +-
 60 files changed, 68 insertions(+), 68 deletions(-)

New commits:
commit aade27554d427649810f5635133519cadfa8002f
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Mon Jun 22 14:31:42 2015 +0200

    Fix typos
    
    Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b
    Reviewed-on: https://gerrit.libreoffice.org/16408
    Reviewed-by: Michael Stahl <mst...@redhat.com>
    Tested-by: Michael Stahl <mst...@redhat.com>

diff --git a/basctl/source/basicide/baside2b.cxx 
b/basctl/source/basicide/baside2b.cxx
index 8e0fe9f..56873de 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -314,7 +314,7 @@ OUString EditorWindow::GetWordAtCursor()
             if ( aWord.isEmpty() )
                 aWord = pTextEngine->GetWord( rSelEnd );
 
-            // Can be empty when full word selected, as Cursor behing it
+            // Can be empty when full word selected, as Cursor behind it
             if ( aWord.isEmpty() && pEditView->HasSelection() )
                 aWord = pTextEngine->GetWord( rSelStart );
         }
diff --git a/basegfx/source/polygon/b2dlinegeometry.cxx 
b/basegfx/source/polygon/b2dlinegeometry.cxx
index 2c07558..4cccf1d 100644
--- a/basegfx/source/polygon/b2dlinegeometry.cxx
+++ b/basegfx/source/polygon/b2dlinegeometry.cxx
@@ -520,7 +520,7 @@ namespace basegfx
                     // is created; one cut point is known, but there is a 2nd 
one in the caps geometry.
                     // Solve by using tooling.
                     // Remark: This nearly never happens due to curve 
preparations to extreme points
-                    // and maximum angle turning, but I constructed a test 
case and checkd that it is
+                    // and maximum angle turning, but I constructed a test 
case and checked that it is
                     // working propery.
                     const B2DPolyPolygon 
aTemp(tools::solveCrossovers(aBezierPolygon));
                     const sal_uInt32 nTempCount(aTemp.count());
diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx 
b/basegfx/source/polygon/b2dtrapezoid.cxx
index e49f7f6..2baf2a4 100644
--- a/basegfx/source/polygon/b2dtrapezoid.cxx
+++ b/basegfx/source/polygon/b2dtrapezoid.cxx
@@ -610,7 +610,7 @@ namespace basegfx
                 // Ystart again. Some cases lead to a restart of the process, 
some allow consuming the
                 // edges and create the intended trapezoid.
 
-                // Be careful when doing chages here: It is essential to keep 
all possible paths
+                // Be careful when doing changes here: it is essential to keep 
all possible paths
                 // in valid states and to be numerically correct. This is 
especially needed e.g.
                 // by using fTools::equal(..) in the more robust small-value 
incarnation.
                 B1DRange aLeftRange;
diff --git a/bean/com/sun/star/comp/beans/OfficeConnection.java 
b/bean/com/sun/star/comp/beans/OfficeConnection.java
index a2960d9..98afca3 100644
--- a/bean/com/sun/star/comp/beans/OfficeConnection.java
+++ b/bean/com/sun/star/comp/beans/OfficeConnection.java
@@ -40,7 +40,7 @@ public interface OfficeConnection
         throws java.net.MalformedURLException;
 
     /**
-     * Sets an AWT container catory.
+     * Sets an AWT container factory.
      *
      * @param containerFactory This is a application provided AWT container
      *  factory.
diff --git a/chart2/source/controller/dialogs/dlg_DataEditor.cxx 
b/chart2/source/controller/dialogs/dlg_DataEditor.cxx
index 9b9e0b0..ceb101b 100644
--- a/chart2/source/controller/dialogs/dlg_DataEditor.cxx
+++ b/chart2/source/controller/dialogs/dlg_DataEditor.cxx
@@ -131,7 +131,7 @@ IMPL_LINK_NOARG_TYPED(DataEditor, ToolboxHdl, ToolBox *, 
void)
         m_xBrwData->SwapRow();
 }
 
-// refresh toolbar icons according to currently selected cell in brwose box
+// refresh toolbar icons according to currently selected cell in browse box
 IMPL_LINK_NOARG(DataEditor, BrowserCursorMovedHdl)
 {
     if( m_bReadOnly )
diff --git a/chart2/source/inc/AxisHelper.hxx b/chart2/source/inc/AxisHelper.hxx
index 803532c..513e3fd 100644
--- a/chart2/source/inc/AxisHelper.hxx
+++ b/chart2/source/inc/AxisHelper.hxx
@@ -155,7 +155,7 @@ public:
         getGridProperties( const ::com::sun::star::uno::Reference<
                     ::com::sun::star::chart2::XCoordinateSystem >& xCooSys
                 , sal_Int32 nDimensionIndex
-                , sal_Int32 nAxisIndex //0: Primary axies, 1: secondary axis
+                , sal_Int32 nAxisIndex //0: Primary axis, 1: secondary axis
                 , sal_Int32 nSubGridIndex = -1 //-1: Main Grid; 0: First 
SubGrid etc
                 );
 
diff --git a/chart2/source/inc/CharacterProperties.hxx 
b/chart2/source/inc/CharacterProperties.hxx
index 026bedf..a5cf8e9 100644
--- a/chart2/source/inc/CharacterProperties.hxx
+++ b/chart2/source/inc/CharacterProperties.hxx
@@ -47,8 +47,8 @@ namespace CharacterProperties
         PROP_CHAR_FONT_CHAR_SET,
         PROP_CHAR_FONT_PITCH,
         PROP_CHAR_COLOR,
-//         PROP_CHAR_BACKGROUND_COLOR,
-//--         PROP_CHAR_BACKGROUND_TRANSPARENCY, alpah channnel in COLOR
+//      PROP_CHAR_BACKGROUND_COLOR,
+//      PROP_CHAR_BACKGROUND_TRANSPARENCY, alpha channel in COLOR
         PROP_CHAR_ESCAPEMENT,
         PROP_CHAR_CHAR_HEIGHT,
         PROP_CHAR_UNDERLINE,
diff --git a/chart2/source/tools/ModifyListenerCallBack.cxx 
b/chart2/source/tools/ModifyListenerCallBack.cxx
index 240eb3e..6be8bce 100644
--- a/chart2/source/tools/ModifyListenerCallBack.cxx
+++ b/chart2/source/tools/ModifyListenerCallBack.cxx
@@ -49,7 +49,7 @@ public:
     using ::cppu::WeakComponentImplHelperBase::disposing;
 
 private:
-    Link<> m_aLink;//will be callef on modify
+    Link<> m_aLink;//will be called on modify
     Reference< util::XModifyBroadcaster > m_xBroadcaster;//broadcaster to 
listen at
 };
 
diff --git a/comphelper/source/misc/accessiblewrapper.cxx 
b/comphelper/source/misc/accessiblewrapper.cxx
index 21ebb16..4df790e 100644
--- a/comphelper/source/misc/accessiblewrapper.cxx
+++ b/comphelper/source/misc/accessiblewrapper.cxx
@@ -128,7 +128,7 @@ namespace comphelper
             return xValue;
         }
 
-        // do we have this child in the cahce?
+        // do we have this child in the cache?
         AccessibleMap::const_iterator aPos = m_aChildrenMap.find( _rxKey );
         if ( m_aChildrenMap.end() != aPos )
         {
diff --git a/connectivity/source/drivers/mozab/MDriver.cxx 
b/connectivity/source/drivers/mozab/MDriver.cxx
index 17818946..5158191 100644
--- a/connectivity/source/drivers/mozab/MDriver.cxx
+++ b/connectivity/source/drivers/mozab/MDriver.cxx
@@ -127,7 +127,7 @@ Reference< XConnection > SAL_CALL MozabDriver::connect( 
const OUString& url, con
     if (m_pCreationFunc)
     {
         ::osl::MutexGuard aGuard(m_aMutex);
-        //We must make sure we create an com.sun.star.mozilla.MozillaBootstrap 
brfore call any mozilla codes
+        //We must make sure we create an com.sun.star.mozilla.MozillaBootstrap 
before call any mozilla codes
         Reference<XInterface> xInstance = 
m_xMSFactory->createInstance("com.sun.star.mozilla.MozillaBootstrap");
         OSL_ENSURE( xInstance.is(), "failed to create instance" );
 
diff --git a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java 
b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java
index 582bc3d..5d763a6 100644
--- a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java
+++ b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java
@@ -584,7 +584,7 @@ public class DatabaseDocument extends TestCase implements 
com.sun.star.document.
         // The basic library should have survived
         final XEmbeddedScripts embeddedScripts = 
UnoRuntime.queryInterface(XEmbeddedScripts.class, databaseDoc);
         final XStorageBasedLibraryContainer basicLibs = 
embeddedScripts.getBasicLibraries();
-        assertTrue( "Baisc lib did not survive reloading a closed document", 
basicLibs.hasByName( "Lib" ) );
+        assertTrue( "Basic lib did not survive reloading a closed document", 
basicLibs.hasByName( "Lib" ) );
         final XNameContainer lib = 
UnoRuntime.queryInterface(XNameContainer.class, basicLibs.getByName("Lib"));
         assertTrue( "Basic module did not survive reloading a closed 
document", lib.hasByName( "Module" ) );
 
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx 
b/dbaccess/source/ui/browser/unodatbr.cxx
index be132dd..9d34932 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -484,7 +484,7 @@ void 
SbaTableQueryBrowser::impl_sanitizeRowSetClauses_nothrow()
         // there's no API at all to retrieve the information about  
"<other_table>" - which is what would
         // be needed here.
         // That'd be a chance to replace getStructuredFilter with something 
more reasonable. This method
-        // has at least one other problem: For a clause like "<column> != 
<value>", it will return "<column>"
+        // has at least one other problem: for a clause like "<column> != 
<value>", it will return "<column>"
         // as column name, "NOT_EQUAL" as operator, and "!= <value>" as value, 
effectively duplicating the
         // information about the operator, and beding all clients to manually 
remove the "!=" from the value
         // string.
diff --git a/dbaccess/source/ui/control/FieldDescControl.cxx 
b/dbaccess/source/ui/control/FieldDescControl.cxx
index d89e81a..290c016 100644
--- a/dbaccess/source/ui/control/FieldDescControl.cxx
+++ b/dbaccess/source/ui/control/FieldDescControl.cxx
@@ -633,7 +633,7 @@ IMPL_LINK( OFieldDescControl, ChangeHdl, ListBox *, 
pListBox )
     if ( pListBox->IsValueChangedFromSaved() )
         SetModified(true);
 
-    // Special treatment for Boold fields
+    // Special treatment for Bool fields
     if(pListBox == pRequired && pBoolDefault )
     {
         // If pRequired = sal_True then the sal_Bool field must NOT contain 
<<none>>
diff --git 
a/desktop/source/deployment/registry/configuration/dp_configuration.cxx 
b/desktop/source/deployment/registry/configuration/dp_configuration.cxx
index 4af0fe3..79bdd1b 100644
--- a/desktop/source/deployment/registry/configuration/dp_configuration.cxx
+++ b/desktop/source/deployment/registry/configuration/dp_configuration.cxx
@@ -749,7 +749,7 @@ void BackendImpl::PackageImpl::processPackage_(
             for (t_string2string_map::iterator i(entries.begin());
                  i != entries.end(); ++i)
             {
-                //If the xcu file was installed before the configmgr was chaned
+                //If the xcu file was installed before the configmgr was 
changed
                 //to use the configmgr.ini, one needed to rebuild to whole 
directory
                 //structure containing the xcu, xcs files from all extensions. 
Now,
                 //we just add all other xcu/xcs files to the configmgr.ini 
instead of
diff --git a/editeng/source/editeng/editdoc.cxx 
b/editeng/source/editeng/editdoc.cxx
index b5b2e4c..d1211eea 100644
--- a/editeng/source/editeng/editdoc.cxx
+++ b/editeng/source/editeng/editdoc.cxx
@@ -1311,7 +1311,7 @@ void ContentNode::ExpandAttribs( sal_Int32 nIndex, 
sal_Int32 nNew, SfxItemPool&
             {
                 // Do not check Index, a empty one could only be there
                 // When later checking it anyhow:
-                //   Special caase: Start == 0; AbsLen == 1, nNew = 1
+                //   Special case: Start == 0; AbsLen == 1, nNew = 1
                 // => Expand, because of paragraph break!
                 // Start <= nIndex, End >= nIndex => Start=End=nIndex!
 //              if ( pAttrib->GetStart() == nIndex )
@@ -2693,9 +2693,9 @@ void EditDoc::FindAttribs( ContentNode* pNode, sal_Int32 
nStartPos, sal_Int32 nE
                 // item represents its presence by absence!
                 // If (...)
                 // It needs to be examined on exactly the same attribute at the
-                // breaki point, which is quite expensive.
+                // break point, which is quite expensive.
                 // Since optimazation is done when inserting the  attributes
-                // this case does not appear so fast ...
+                // this case does not appear so fast...
                 // So based on the need for speed:
                 rCurSet.InvalidateItem( pAttr->GetItem()->Which() );
 
diff --git a/editeng/source/items/textitem.cxx 
b/editeng/source/items/textitem.cxx
index 599bb02..af15b3d 100644
--- a/editeng/source/items/textitem.cxx
+++ b/editeng/source/items/textitem.cxx
@@ -381,7 +381,7 @@ SvStream& SvxFontItem::Store( SvStream& rStrm , sal_uInt16 
/*nItemVersion*/ ) co
     rStrm.WriteUniOrByteString(aStoreFamilyName, rStrm.GetStreamCharSet());
     rStrm.WriteUniOrByteString(GetStyleName(), rStrm.GetStreamCharSet());
 
-    // cach for EditEngine, only set while creating clipboard stream.
+    // catch for EditEngine, only set while creating clipboard stream.
     if ( bEnableStoreUnicodeNames )
     {
         sal_uInt32 nMagic = STORE_UNICODE_MAGIC_MARKER;
diff --git a/filter/source/config/cache/filtercache.hxx 
b/filter/source/config/cache/filtercache.hxx
index 1adb87f..e6e9699 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -543,12 +543,12 @@ class FilterCache : public BaseLock
 
             @throw      [css::uno::Exception]
                         if an internal error occurred.
-                        Note: If the item is missing inside the underlying 
configuration
+                        Note: if the item is missing inside the underlying 
configuration
                         no exception will be thrown. In such case the item is 
marked as
                         finalized/mandatory automatically
-                        Reason: May be the item cames from the old 
configuration package and
+                        Reason: maybe the item comes from the old 
configuration package and
                         was not migrated to the new one. So we can't provide 
write access
-                        to such items ...
+                        to such items...
          */
         void addStatePropsToItem(      EItemType        eType,
                                          const OUString& sItem,
@@ -808,7 +808,7 @@ class FilterCache : public BaseLock
                     layer.
 
             @descr  The outside code has to be sure, that the item does not 
already exists
-                    inside this cachse. Otherwise it will be loaded twice. 
This method
+                    inside this cache. Otherwise it will be loaded twice. This 
method
                     doesn't check such constellations!
 
             @param  eType
diff --git a/filter/source/xslt/export/wordml/ooo2wordml_list.xsl 
b/filter/source/xslt/export/wordml/ooo2wordml_list.xsl
index bfa4e19..8f68930 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_list.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_list.xsl
@@ -214,7 +214,7 @@
         <xsl:param name="number-format"/>
         <xsl:choose>
             <xsl:when test="$number-format = 'a'">
-                <!-- nfcLCLetter: Lowercase alpah -->
+                <!-- nfcLCLetter: Lowercase alpha -->
                 <w:nfc w:val="4"/>
             </xsl:when>
             <xsl:when test="$number-format = 'A'">
diff --git a/framework/inc/helper/titlebarupdate.hxx 
b/framework/inc/helper/titlebarupdate.hxx
index 2089cf3..c53628f 100644
--- a/framework/inc/helper/titlebarupdate.hxx
+++ b/framework/inc/helper/titlebarupdate.hxx
@@ -114,7 +114,7 @@ class TitleBarUpdate : public  ::cppu::WeakImplHelper3<
                     Is set only if return value is true.
 
             @return [sal_Bool]
-                    sal_True in casee module could be identified and all 
needed values could be read.
+                    sal_True in case module could be identified and all needed 
values could be read.
                     sal_False otherwise.
          */
         bool implst_getModuleInfo(const css::uno::Reference< 
css::frame::XFrame >& xFrame,
diff --git a/framework/qa/complex/XUserInputInterception/EventTest.java 
b/framework/qa/complex/XUserInputInterception/EventTest.java
index fc92beb..3063981 100644
--- a/framework/qa/complex/XUserInputInterception/EventTest.java
+++ b/framework/qa/complex/XUserInputInterception/EventTest.java
@@ -228,7 +228,7 @@ public class EventTest {
     }
 
     /**
-     * This is the central test method. It is called by ceck[DOCTYPE]Document. 
It
+     * This is the central test method. It is called by 
check[DOCTYPE]Document. It
      * creates the <CODE>XUserInputInterception</CODE> from the document and 
call the
      * <CODE>checkMouseListener</CODE> test and the 
<CODE>checkKeyListener</CODE> test
      * @param xDoc the document to test
diff --git a/framework/qa/complex/path_settings/PathSettingsTest.java 
b/framework/qa/complex/path_settings/PathSettingsTest.java
index d3aa875..c9aa25a 100644
--- a/framework/qa/complex/path_settings/PathSettingsTest.java
+++ b/framework/qa/complex/path_settings/PathSettingsTest.java
@@ -464,7 +464,7 @@ public class PathSettingsTest
                     bResult = false;
                 }
 
-                // Property_internal can't change we will not arrive bejond 
this line
+                // Property_internal can't change we will not arrive beyond 
this line
 
                 // check the change
                 Object oObj = xFPS.getFastPropertyValue(handle);
diff --git a/framework/source/inc/pattern/frame.hxx 
b/framework/source/inc/pattern/frame.hxx
index 9be9949..1faa79d 100644
--- a/framework/source/inc/pattern/frame.hxx
+++ b/framework/source/inc/pattern/frame.hxx
@@ -91,8 +91,8 @@ inline bool closeIt(const css::uno::Reference< 
css::uno::XInterface >& xResource
     catch(const css::uno::RuntimeException&)
         { throw; } // should not be suppressed!
     catch(const css::uno::Exception&)
-        { return false;  } // ??? We defined to return a boolen value instead 
of throwing exceptions ...
-                               // (OK: RuntimeExceptions should not be catched 
inside the core ..)
+        { return false;  } // ??? We defined to return a boolean value instead 
of throwing exceptions...
+                               // (OK: RuntimeExceptions should not be catched 
inside the core..)
 
     return true;
 }
diff --git a/i18npool/source/transliteration/transliteration_body.cxx 
b/i18npool/source/transliteration/transliteration_body.cxx
index e48b6a6..d7e856a 100644
--- a/i18npool/source/transliteration/transliteration_body.cxx
+++ b/i18npool/source/transliteration/transliteration_body.cxx
@@ -281,7 +281,7 @@ static OUString transliterate_titlecase_Impl(
         // toUpper can be used to properly resolve ligatures and characters 
like Beta
         aResolvedLigature = aCharClassImpl.toUpper( aResolvedLigature, 0, 
aResolvedLigature.getLength(), rLocale );
         // since toTitle will leave all-uppercase text unchanged we first need 
to
-        // use toLower to bring possible 2nd and following charas in lowercase
+        // use toLower to bring possible 2nd and following chars in lowercase
         aResolvedLigature = aCharClassImpl.toLower( aResolvedLigature, 0, 
aResolvedLigature.getLength(), rLocale );
         sal_Int32 nResolvedLen = aResolvedLigature.getLength();
 
diff --git a/include/svx/sdr/overlay/overlayobject.hxx 
b/include/svx/sdr/overlay/overlayobject.hxx
index fe27964..9b3a758 100644
--- a/include/svx/sdr/overlay/overlayobject.hxx
+++ b/include/svx/sdr/overlay/overlayobject.hxx
@@ -61,7 +61,7 @@ namespace sdr
             friend class                                    OverlayManager;
 
             // pointer to OverlayManager, if object is added. Changed by
-            // OverlayManager, do not chnge Yourself.
+            // OverlayManager, do not change Yourself.
             OverlayManager*                                 mpOverlayManager;
 
             // Primitive2DSequence of the OverlayObject
diff --git a/include/vcl/gdimetafiletools.hxx b/include/vcl/gdimetafiletools.hxx
index 559edcc..879ea2a 100644
--- a/include/vcl/gdimetafiletools.hxx
+++ b/include/vcl/gdimetafiletools.hxx
@@ -29,7 +29,7 @@
 // included clip regions so that it is safe to ignore clip actions there. This
 // is not done completely, but implemented and extended as needed (on demand)
 // since all this is a workarund; the better and long term solution will be to
-// reimplement these im/exports to use primitives and not metafiles as bese
+// reimplement these im/exports to use primitives and not metafiles as base
 // information.
 
 void VCL_DLLPUBLIC clipMetafileContentAgainstOwnRegions(GDIMetaFile& rSource);
diff --git a/jurt/com/sun/star/uno/WeakReference.java 
b/jurt/com/sun/star/uno/WeakReference.java
index 81c4cd4..d9afcf0 100644
--- a/jurt/com/sun/star/uno/WeakReference.java
+++ b/jurt/com/sun/star/uno/WeakReference.java
@@ -33,7 +33,7 @@ public class WeakReference
     // ref = someOtherWeakReference;
     //
     // ref would not be notified (XReference.dispose()) because it did not 
register
-    // itself. Therefore the XAdapter would be kept aliver although this is not
+    // itself. Therefore the XAdapter would be kept alive although this is not
     // necessary.
 
     /**
diff --git a/linguistic/source/hyphdsp.cxx b/linguistic/source/hyphdsp.cxx
index 45c3564..1bf78a3 100644
--- a/linguistic/source/hyphdsp.cxx
+++ b/linguistic/source/hyphdsp.cxx
@@ -321,7 +321,7 @@ Reference< XHyphenatedWord > SAL_CALL
         if (xEntry.is())
         {
             //! because queryDictionaryEntry (in the end 
DictionaryNeo::getEntry)
-            //! does not distinguish betwee "XYZ" and "XYZ." in order to avoid
+            //! does not distinguish between "XYZ" and "XYZ." in order to avoid
             //! to require them as different entry we have to supply the
             //! original word here as well so it can be used in th result
             //! otherwise a strange effect may occur (see #i22591#)
diff --git a/odk/examples/DevelopersGuide/Forms/DataAwareness.java 
b/odk/examples/DevelopersGuide/Forms/DataAwareness.java
index 5674657..6170f440 100644
--- a/odk/examples/DevelopersGuide/Forms/DataAwareness.java
+++ b/odk/examples/DevelopersGuide/Forms/DataAwareness.java
@@ -591,7 +591,7 @@ public class DataAwareness extends DocumentBasedExample 
implements XPropertyChan
        ================================================================== */
 
     /* ------------------------------------------------------------------ */
-    /** creates the button used for demonstrating (amonst others) event 
handling
+    /** creates the button used for demonstrating (amongst others) event 
handling
         @param nXPos
             x-position of the to be inserted shape
         @param nYPos
diff --git a/odk/examples/DevelopersGuide/GUI/MessageBox.java 
b/odk/examples/DevelopersGuide/GUI/MessageBox.java
index 7cc1159..6cdbe58 100644
--- a/odk/examples/DevelopersGuide/GUI/MessageBox.java
+++ b/odk/examples/DevelopersGuide/GUI/MessageBox.java
@@ -107,7 +107,7 @@ public class MessageBox  {
     }
 
     // helper method to get the window peer of a document or if no
-    // document is specified it tries to get the avtive frame
+    // document is specified it tries to get the active frame
     // which is potentially dangerous
     public XWindowPeer getWindowPeerOfFrame(XComponent xComp) {
         try {
diff --git a/qadevOOo/runner/util/DesktopTools.java 
b/qadevOOo/runner/util/DesktopTools.java
index 00b7fc5..e7520ca 100644
--- a/qadevOOo/runner/util/DesktopTools.java
+++ b/qadevOOo/runner/util/DesktopTools.java
@@ -116,7 +116,7 @@ public class DesktopTools
     }
 
     /**
-     * returns an object arrary of all open documents
+     * returns an object array of all open documents
      * @param xMSF the MultiServiceFactory
      * @return returns an Array of document kinds like ["swriter"]
      */
diff --git a/qadevOOo/tests/java/ifc/awt/_XItemListener.java 
b/qadevOOo/tests/java/ifc/awt/_XItemListener.java
index 3751e65..f150221 100644
--- a/qadevOOo/tests/java/ifc/awt/_XItemListener.java
+++ b/qadevOOo/tests/java/ifc/awt/_XItemListener.java
@@ -81,7 +81,7 @@ public class _XItemListener extends MultiMethodTest {
     * First a <code>ItemEvent</code> object created and
     * it is passed to <code>itemStateChanged</code> method
     * call. Then a short wait follows for listener already
-    * registered at the object to be caled. <p>
+    * registered at the object to be called. <p>
     * Has <b> OK </b> status if the listener was called with
     * the same <code>ItemEvent</code> object as was created
     * before.
diff --git a/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java 
b/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java
index a231e7f..712c23b 100644
--- a/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java
+++ b/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java
@@ -71,7 +71,7 @@ public class _XMutableTreeNode extends MultiMethodTest {
         try {
             oObj.appendChild(myNode);
         } catch (com.sun.star.lang.IllegalArgumentException ex) {
-            log.println("ERROR: could not appedn a valid node: " + 
ex.toString());
+            log.println("ERROR: could not append a valid node: " + 
ex.toString());
             bOK = false;
         }
 
diff --git a/qadevOOo/tests/java/ifc/form/_XSubmit.java 
b/qadevOOo/tests/java/ifc/form/_XSubmit.java
index 97b58ff..35d9eea 100644
--- a/qadevOOo/tests/java/ifc/form/_XSubmit.java
+++ b/qadevOOo/tests/java/ifc/form/_XSubmit.java
@@ -49,8 +49,8 @@ import com.sun.star.uno.UnoRuntime;
 * Other <b> prerequicity </b> is the object must have
 * <code>TargetURL</code> property. <p>
 *
-* Short description : test adds two listeners, call
-* <code> submit </code> method and cecks if both listeners
+* Short description: test adds two listeners, call
+* <code> submit </code> method and checks if both listeners
 * were called. Then one listener is removed and after
 * <code> submit </code> method call it must not be called. <p>
 *
diff --git a/qadevOOo/tests/java/ifc/io/_XPersistObject.java 
b/qadevOOo/tests/java/ifc/io/_XPersistObject.java
index 7acb034..46b7a76 100644
--- a/qadevOOo/tests/java/ifc/io/_XPersistObject.java
+++ b/qadevOOo/tests/java/ifc/io/_XPersistObject.java
@@ -133,7 +133,7 @@ public class _XPersistObject extends MultiMethodTest {
                     boolean locRes = ( (ValueComparer.equalValue(cps,ops)) ||
                                     (utils.isVoid(cps) && utils.isVoid(ops)) );
 
-                    //transient properties aran't stored
+                    //transient properties aren't stored
                     if (isTransient(objprops[i])) locRes = true;
 
                     Object pseudo = tEnv.getObjRelation("PSEUDOPERSISTENT");
diff --git a/qadevOOo/tests/java/ifc/text/_XTextColumns.java 
b/qadevOOo/tests/java/ifc/text/_XTextColumns.java
index 5e3512c..eaf1036 100644
--- a/qadevOOo/tests/java/ifc/text/_XTextColumns.java
+++ b/qadevOOo/tests/java/ifc/text/_XTextColumns.java
@@ -89,7 +89,7 @@ public class _XTextColumns extends MultiMethodTest {
      * Sets columns to some array
      * then checks it by <code>getColumns</code> method. <p>
      *
-     * Has <b>OK</b> status if set and get arays are equal.
+     * Has <b>OK</b> status if set and get arrays are equal.
      */
     public void _setColumns(){
 
diff --git a/qadevOOo/tests/java/ifc/view/_XPrintJobBroadcaster.java 
b/qadevOOo/tests/java/ifc/view/_XPrintJobBroadcaster.java
index b60c6f9..8a5d12c 100644
--- a/qadevOOo/tests/java/ifc/view/_XPrintJobBroadcaster.java
+++ b/qadevOOo/tests/java/ifc/view/_XPrintJobBroadcaster.java
@@ -58,7 +58,7 @@ public class _XPrintJobBroadcaster extends MultiMethodTest {
     }
 
     /**
-     * remove the listener, see if it's still caleed.
+     * remove the listener, see if it's still called.
      */
     public void _removePrintJobListener() {
         requiredMethod("addPrintJobListener");
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index da2b0eb..1be0c8f 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -2007,7 +2007,7 @@ bool ScTable::DoSubTotals( ScSubTotalParam& rParam )
                             if (bIgnoreCase)
                                 aString = 
ScGlobal::pCharClass->uppercase(aString);
                             //  when sorting, blanks are separate group
-                            //  otherwise blak cells are allowed below
+                            //  otherwise blank cells are allowed below
                             bChanged = ( ( !aString.isEmpty() || 
rParam.bDoSort ) &&
                                             aString != *pCompString[i] );
                         }
diff --git a/sc/source/core/data/table4.cxx b/sc/source/core/data/table4.cxx
index bc8e40e..5b6479c 100644
--- a/sc/source/core/data/table4.cxx
+++ b/sc/source/core/data/table4.cxx
@@ -1954,7 +1954,7 @@ void ScTable::AutoFormat( SCCOL nStartCol, SCROW 
nStartRow, SCCOL nEndCol, SCROW
                 else
                     nIndex = 13;
             }
-            // Boddy
+            // Body
             if ((pData->IsEqualData(5, 6)) && (pData->IsEqualData(9, 10)) && 
(pData->IsEqualData(5, 9)))
                 AutoFormatArea(nStartCol + 1, nStartRow + 1, nEndCol-1, 
nEndRow - 1, *pPatternAttrs[5], nFormatNo);
             else
diff --git a/sc/source/filter/excel/xichart.cxx 
b/sc/source/filter/excel/xichart.cxx
index 4444dc0..6449ae2 100644
--- a/sc/source/filter/excel/xichart.cxx
+++ b/sc/source/filter/excel/xichart.cxx
@@ -2470,7 +2470,7 @@ void XclImpChChart3d::Convert( ScfPropertySet& rPropSet, 
bool b3dWallChart ) con
     }
 
     // properties
-    rPropSet.SetProperty( EXC_CHPROP_3DRELATIVEHEIGHT, 
(sal_Int32)(maData.mnRelHeight / 2)); // seems to be 200%, cange to 100%
+    rPropSet.SetProperty( EXC_CHPROP_3DRELATIVEHEIGHT, 
(sal_Int32)(maData.mnRelHeight / 2)); // seems to be 200%, change to 100%
     rPropSet.SetProperty( EXC_CHPROP_ROTATIONVERTICAL, nRotationY );
     rPropSet.SetProperty( EXC_CHPROP_ROTATIONHORIZONTAL, nRotationX );
     rPropSet.SetProperty( EXC_CHPROP_PERSPECTIVE, nPerspective );
diff --git a/sc/source/filter/inc/pivotcachebuffer.hxx 
b/sc/source/filter/inc/pivotcachebuffer.hxx
index a7a4502..3aa9354 100644
--- a/sc/source/filter/inc/pivotcachebuffer.hxx
+++ b/sc/source/filter/inc/pivotcachebuffer.hxx
@@ -140,7 +140,7 @@ private:
 struct PCFieldModel
 {
     OUString     maName;             /// Fixed name of the cache field.
-    OUString     maCaption;          /// Caption of the ccahe field.
+    OUString     maCaption;          /// Caption of the cache field.
     OUString     maPropertyName;     /// OLAP property name.
     OUString     maFormula;          /// Formula of a calculated field.
     sal_Int32           mnNumFmtId;         /// Number format for all items.
diff --git a/sc/source/ui/miscdlgs/crnrdlg.cxx 
b/sc/source/ui/miscdlgs/crnrdlg.cxx
index bfe4be6..0c2531f 100644
--- a/sc/source/ui/miscdlgs/crnrdlg.cxx
+++ b/sc/source/ui/miscdlgs/crnrdlg.cxx
@@ -788,7 +788,7 @@ IMPL_LINK_NOARG(ScColRowNameRangesDlg, ColClickHdl)
     return 0;
 }
 
-// handler for the radio buttom for columns, adjust range
+// handler for the radio button for columns, adjust range
 IMPL_LINK_NOARG(ScColRowNameRangesDlg, RowClickHdl)
 {
     if ( !pBtnRowHead->GetSavedValue() )
diff --git a/sc/source/ui/vba/vbawindow.cxx b/sc/source/ui/vba/vbawindow.cxx
index 8f0168e..a655d56 100644
--- a/sc/source/ui/vba/vbawindow.cxx
+++ b/sc/source/ui/vba/vbawindow.cxx
@@ -317,7 +317,7 @@ ScVbaWindow::getCaption() throw (uno::RuntimeException, 
std::exception)
             sTitle = sTitle.copy( 0, nCrudIndex );
             ScVbaWorkbook workbook( uno::Reference< XHelperInterface >( 
Application(), uno::UNO_QUERY_THROW ), mxContext, m_xModel );
             OUString sName = workbook.getName();
-            // rather bizare hack to make sure the name behavior
+            // rather bizarre hack to make sure the name behavior
             // is like XL
             // if the adjusted title == workbook name, use name
             // if the adjusted title != workbook name but ...
diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx
index c93b147..a027ace 100644
--- a/sc/source/ui/view/viewfunc.cxx
+++ b/sc/source/ui/view/viewfunc.cxx
@@ -466,7 +466,7 @@ void ScViewFunc::EnterData( SCCOL nCol, SCROW nRow, SCTAB 
nTab,
         // via ScFormulaCell copy-ctor because of RangeNames,
         // the same code-array for all cells is not possible.
         // If the array has an error, (it) must be RPN-erased in the newly 
generated
-        // cellst and the error be set explicitly, so that
+        // cells and the error be set explicitly, so that
         // via FormulaCell copy-ctor and Interpreter it will be, when possible,
         // ironed out again, too intelligent.. e.g.: =1))
         sal_uInt16 nError = pArr->GetCodeError();
diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx
index 77eee6f..9e4e134 100644
--- a/sd/source/ui/func/fudraw.cxx
+++ b/sd/source/ui/func/fudraw.cxx
@@ -553,7 +553,7 @@ void FuDraw::ForcePointer(const MouseEvent* pMEvt)
             {
                 // The goal of this request is show always the rotation-arrow 
for 3D-objects at rotation-modus
                 // Independent of the settings at Extras->Optionen->Grafik 
"Objekte immer verschieben"
-                // 2D-objects acquit in an other way. Otherwise, the rotation 
of 3d-objects around any axises
+                // 2D-objects acquit in an other way. Otherwise, the rotation 
of 3d-objects around any axes
                 // wouldn't be possible per default.
                 const SdrMarkList& rMarkList = mpView->GetMarkedObjectList();
                 SdrObject* pObject = rMarkList.GetMark(0)->GetMarkedSdrObj();
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx
index bc962ca..75705c3 100644
--- a/sd/source/ui/inc/ViewShell.hxx
+++ b/sd/source/ui/inc/ViewShell.hxx
@@ -564,7 +564,7 @@ protected:
         i.e. construct calls Show, and if a11y is enabled this
         reenters the not-fully constructed object and calls
         CreateAccessibleDocumentView, so if construct is called
-        from the ctor then if a derived class is contructed the base-cass
+        from the ctor then if a derived class is contructed the base-case
         CreateAccessibleDocumentView is used, not the derived
         CreateAccessibleDocumentView. i.e. run smoketest under a11y with
         debugging assertions enabled
diff --git a/sdext/source/pdfimport/tree/writertreevisiting.cxx 
b/sdext/source/pdfimport/tree/writertreevisiting.cxx
index 93c917a..09ac951 100644
--- a/sdext/source/pdfimport/tree/writertreevisiting.cxx
+++ b/sdext/source/pdfimport/tree/writertreevisiting.cxx
@@ -655,7 +655,7 @@ void WriterXmlOptimizer::checkHeaderAndFooter( PageElement& 
rElem )
 {
     /* indicators for a header:
      *  - single line paragrah at top of page (  inside 15% page height)
-     *  - at least linheight above the next paragr   aph
+     *  - at least linheight above the next paragraph
      *
      *  indicators for a footer likewise:
      *  - single line paragraph at bottom of page (inside 15% page height)
diff --git a/solenv/gbuild/HelpTarget.mk b/solenv/gbuild/HelpTarget.mk
index a541a47..bbcd86d 100644
--- a/solenv/gbuild/HelpTarget.mk
+++ b/solenv/gbuild/HelpTarget.mk
@@ -281,7 +281,7 @@ gb_HelpLinkTarget_DEPS := \
        $(gb_HelpLinkTarget_IDXCONTENTTARGET)
 
 # delete index files here too just to be on the safe side...
-# the index files in the .idxl dir are ceated by HelpIndexer,
+# the index files in the .idxl dir are created by HelpIndexer,
 # the ones outside the dir by HelpLinker
 define gb_HelpLinkTarget__command
 $(call gb_Output_announce,$(2),$(true),HLK,3)
diff --git a/svgio/source/svgreader/svgnode.cxx 
b/svgio/source/svgreader/svgnode.cxx
index 9e5b31a..88cc39d 100644
--- a/svgio/source/svgreader/svgnode.cxx
+++ b/svgio/source/svgreader/svgnode.cxx
@@ -167,7 +167,7 @@ namespace svgio
             OSL_ENSURE(!mbCssStyleVectorBuilt, "OOps, fillCssStyleVector 
called double ?!?");
             mbCssStyleVectorBuilt = true;
 
-            // #i125293# If we have CssStyles we need to buuild a linked list 
of SvgStyleAttributes
+            // #i125293# If we have CssStyles we need to build a linked list 
of SvgStyleAttributes
             // which represent this for the current object. There are various 
methods to
             // specify CssStyles which need to be taken into account in a 
given order:
             // - local CssStyle (independent from global CssStyles at 
SvgDocument)
diff --git a/svl/source/misc/filenotation.cxx b/svl/source/misc/filenotation.cxx
index 536818d..26d614d 100644
--- a/svl/source/misc/filenotation.cxx
+++ b/svl/source/misc/filenotation.cxx
@@ -95,7 +95,7 @@ namespace svt
                 break;
 
             default:
-                // it's a known scheme, but no file-URL -> assume that bothe 
the URL representation and the
+                // it's a known scheme, but no file-URL -> assume that both 
the URL representation and the
                 // system representation are the URL itself
                 m_sSystem = m_sFileURL = _rUrlOrPath;
                 bSuccess = true;
diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index e06571a..78b7bae 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -1486,7 +1486,7 @@ bool SdrObjEditView::SetAttributes(const SfxItemSet& 
rSet, bool bReplaceAll)
 
     if (!bTextEdit)
     {
-        // no TextEdit activw -> all Items to drawing object
+        // no TextEdit active -> all Items to drawing object
         if( mxSelectionController.is() )
             bRet=mxSelectionController->SetAttributes(*pSet,bReplaceAll );
 
diff --git a/sw/inc/SwNumberTree.hxx b/sw/inc/SwNumberTree.hxx
index cbfa628..0ade268 100644
--- a/sw/inc/SwNumberTree.hxx
+++ b/sw/inc/SwNumberTree.hxx
@@ -494,7 +494,7 @@ protected:
     /**
        Set this node as last valid child of its parent.
 
-       @param bValidation    see aboce
+       @param bValidation    see above
      */
     void SetLastValid(bool bValidating) const;
 
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index 417f949..564381d 100644
--- a/sw/source/filter/ww8/wrtww8.cxx
+++ b/sw/source/filter/ww8/wrtww8.cxx
@@ -2140,7 +2140,7 @@ void WW8AttributeOutput::TableDefinition( 
ww8::WW8TableNodeInfoInner::Pointer_t
     // number of boxes
     m_rWW8Export.pO->push_back( static_cast<sal_uInt8>(nBoxes) );
 
-    /* cellxs */
+    /* cells */
     /*
      ALWAYS relative when text::HoriOrientation::NONE (nPageSize + ( nPageSize 
/ 10 )) < nTableSz,
      in that case the cell width's and table width's are not real. The table
diff --git a/vcl/source/filter/sgvmain.hxx b/vcl/source/filter/sgvmain.hxx
index 521a21a..e0f9de8 100644
--- a/vcl/source/filter/sgvmain.hxx
+++ b/vcl/source/filter/sgvmain.hxx
@@ -232,7 +232,7 @@ public:
     sal_uInt8       Flags;     // (cheat due to alignment in NT)
     sal_uInt8       LEnden;    // only arcs (circle & ellips)
     ObjLineType     L;
-    ObjAreaType     F;         // not for arcs (circly & ellips)
+    ObjAreaType     F;         // not for arcs (circle & ellips)
     PointType       Center;    // center
     PointType       Radius;    // radius
     sal_uInt16      RotationAngle;  // only ellipses
diff --git a/vcl/source/gdi/print2.cxx b/vcl/source/gdi/print2.cxx
index bc7a2c9..d35e5b3 100644
--- a/vcl/source/gdi/print2.cxx
+++ b/vcl/source/gdi/print2.cxx
@@ -1034,7 +1034,7 @@ bool OutputDevice::RemoveTransparenciesFromMetaFile( 
const GDIMetaFile& rInMtf,
                     }
                     else
                     {
-                        // #107169# Fixes abnove now ensure that _no_
+                        // #107169# Fixes above now ensure that _no_
                         // object in the list is fully transparent. Thus,
                         // if the component list is not empty above, we
                         // must assume that we have to treat this
diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx
index 9278c2b..dbe7b91 100644
--- a/vcl/source/window/winproc.cxx
+++ b/vcl/source/window/winproc.cxx
@@ -856,7 +856,7 @@ static vcl::Window* ImplGetKeyInputWindow( vcl::Window* 
pWindow )
         return 0;
 
     // We call also KeyInput if we haven't the focus, because on Unix
-    // system this is often the case when a Lookup Choise Window has
+    // system this is often the case when a Lookup Choice Window has
     // the focus - because this windows send the KeyInput directly to
     // the window without resetting the focus
     DBG_ASSERTWARNING( pChild == pSVData->maWinData.mpFocusWin,
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py 
b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
index 5f2a212..531068d 100644
--- a/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
+++ b/wizards/com/sun/star/wizards/agenda/AgendaDocument.py
@@ -790,7 +790,7 @@ class Topics(object):
     This is used in order to refresh the topic/responsible/duration data
     in the preview document, in response to a change in the gui (by the user)
     Since the structure of the topics table is flexible,
-    The Topics object, which analyzed the structure of the topics table appon
+    The Topics object, which analyzed the structure of the topics table upon
     initialization, refreshes the approperiate cell.
     '''
     def writeCell(self, row, column, data):
diff --git a/wizards/com/sun/star/wizards/web/ProcessErrors.py 
b/wizards/com/sun/star/wizards/web/ProcessErrors.py
index 40fda77..7cd608f 100644
--- a/wizards/com/sun/star/wizards/web/ProcessErrors.py
+++ b/wizards/com/sun/star/wizards/web/ProcessErrors.py
@@ -15,7 +15,7 @@
 #   except in compliance with the License. You may obtain a copy of
 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 
-# Error IDs for errors that can accure
+# Error IDs for errors that can occur
 # in the interaction with the Process class.
 class ProcessErrors:
 
diff --git a/writerfilter/documentation/doxygen/Doxyfile 
b/writerfilter/documentation/doxygen/Doxyfile
index 4584169..7efcc3c 100644
--- a/writerfilter/documentation/doxygen/Doxyfile
+++ b/writerfilter/documentation/doxygen/Doxyfile
@@ -444,7 +444,7 @@ WARN_IF_UNDOCUMENTED   = YES
 
 WARN_IF_DOC_ERROR      = YES
 
-# This WARN_NO_PARAMDOC option can be abled to get warnings for 
+# This WARN_NO_PARAMDOC option can be enabled to get warnings for 
 # functions that are documented, but have no documentation for their 
parameters 
 # or return value. If set to NO (the default) doxygen will only warn about 
 # wrong or incomplete parameter documentation, but not about the absence of 
diff --git a/xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx 
b/xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx
index 4ad77cc..ec01622 100644
--- a/xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx
+++ b/xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx
@@ -131,7 +131,7 @@ void XMLIndexChapterInfoEntryContext::StartElement(
         nValues++;
     }
 
-    // if we have chaper info, set it!
+    // if we have chapter info, set it!
     if (bChapterInfoOK)
     {
         nValues++;
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx 
b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
index efc008a..55bcaba 100644
--- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
+++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
@@ -487,7 +487,7 @@ sal_Int32 XMLDocumentWrapper_XmlSecImpl::recursiveDelete(
  *
  *   FUNCTION
  *  Deletes a particular node with its branch, while reserving the nodes
- *  (and their brance) listed in the m_aReservedNodes.
+ *  (and their branches) listed in the m_aReservedNodes.
  *  The deletion process is preformed in the tree order, that is, a node
  *  is deleted after its previous sibling node is deleted, a parent node
  *  is deleted after its branch is deleted.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to