[Libreoffice-commits] core.git: dmake/dbug dmake/msdos editeng/inc qadevOOo/tests sc/qa sc/source sd/source xmlsecurity/source

Julien Nabet serval2412 at yahoo.fr
Sat Feb 23 10:19:11 PST 2013


 dmake/dbug/malloc/tostring.c                                  |    4 ++--
 dmake/msdos/exec.asm                                          |    2 +-
 editeng/inc/editeng/svxacorr.hxx                              |    2 +-
 qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java             |    2 +-
 sc/qa/unit/subsequent_filters-test.cxx                        |    2 +-
 sc/source/ui/app/inputwin.cxx                                 |    2 +-
 sc/source/ui/vba/vbarange.cxx                                 |    2 +-
 sd/source/ui/framework/configuration/ConfigurationUpdater.cxx |    2 +-
 xmlsecurity/source/xmlsec/xmlstreamio.cxx                     |    2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit eb7185a168dbe454891c8d4be610935e6ff0008b
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Feb 23 19:17:03 2013 +0100

    Fix typo begining/beginning.
    
    Change-Id: I9fff386181a2be0bc83787c8b5aec9c1cb4db9c3

diff --git a/dmake/dbug/malloc/tostring.c b/dmake/dbug/malloc/tostring.c
index e3bc999..889d2a2 100644
--- a/dmake/dbug/malloc/tostring.c
+++ b/dmake/dbug/malloc/tostring.c
@@ -21,9 +21,9 @@
  * Narrative:   IF fill character is non-blank
  *          Determine base
  *              If base is HEX
- *                  add "0x" to begining of string
+ *                  add "0x" to beginning of string
  *              IF base is OCTAL
- *                  add "0" to begining of string
+ *                  add "0" to beginning of string
  *
  *      While value is greater than zero
  *          use val % base as index into xlation str to get cur char
diff --git a/dmake/msdos/exec.asm b/dmake/msdos/exec.asm
index db745ae..7b3b8e2 100644
--- a/dmake/msdos/exec.asm
+++ b/dmake/msdos/exec.asm
@@ -526,7 +526,7 @@ reset_file_resource proc near
 		mov	bx, [tmphandle]
 		xor	cx, cx
 		mov	dx, cx
-		mov	ax, 04200H		; seek to begining of file
+		mov	ax, 04200H		; seek to beginning of file
 		int	21H
 		ret
 reset_file_resource endp
diff --git a/editeng/inc/editeng/svxacorr.hxx b/editeng/inc/editeng/svxacorr.hxx
index 79f8e9d..f58dff1 100644
--- a/editeng/inc/editeng/svxacorr.hxx
+++ b/editeng/inc/editeng/svxacorr.hxx
@@ -217,7 +217,7 @@ public:
     sal_Bool AddToCplSttExceptList(const String& rNew);
 
     // Load, Set, Get the exception list for 2 Capital letters at the
-    // begining of a word.
+    // beginning of a word.
     SvStringsISortDtor* LoadWrdSttExceptList();
     void SaveWrdSttExceptList();
     void SetWrdSttExceptList( SvStringsISortDtor* pList );
diff --git a/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java b/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java
index 0fb7f24..b73fa75 100644
--- a/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java
+++ b/qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java
@@ -455,7 +455,7 @@ public class _XBreakIterator extends MultiMethodTest {
     private static String arabic = new String(new char[] {0x0641, 0x0642}) ;
 
     /**
-    * Tries to find the begining of the nearest script specified
+    * Tries to find the beginning of the nearest script specified
     * relatively to position passed. <p>
     * Has <b>OK</b> status if the starting position of script is returned.
     */
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 830116a..8c9b21a 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -1895,7 +1895,7 @@ void ScFiltersTest::testMiscRowHeights()
 {
     TestParam::RowData DfltRowData[] =
     {
-        // check rows at the begining and end of document
+        // check rows at the beginning and end of document
         // and make sure they are reported as the default row
         // height ( indicated by -1 )
         { 2, 4, 0, -1, 0, false  },
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index 7a346b2..bd2cc81 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -1224,7 +1224,7 @@ IMPL_LINK(ScMultiTextWnd, NotifyHdl, EENotify*, pNotify)
 {
     // need to process EE_NOTIFY_TEXTVIEWSCROLLED here
     // sometimes we don't seem to get EE_NOTIFY_TEXTVIEWSCROLLED e.g. when
-    // we insert text at the begining of the text so the cursor never moves
+    // we insert text at the beginning of the text so the cursor never moves
     // down to generate a scroll event
 
     if ( pNotify && ( pNotify->eNotificationType == EE_NOTIFY_TEXTVIEWSCROLLED
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index ab94414..2f9e642 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -3226,7 +3226,7 @@ ScVbaRange::Find( const uno::Any& What, const uno::Any& After, const uno::Any& L
         uno::Reference< uno::XInterface > xInterface = xStartCell.is() ? xSearch->findNext( xStartCell, xDescriptor) : xSearch->findFirst( xDescriptor );
         uno::Reference< table::XCellRange > xCellRange( xInterface, uno::UNO_QUERY );
         // if we are searching from a starting cell and failed to find a match
-        // then try from the begining
+        // then try from the beginning
         if ( !xCellRange.is() && xStartCell.is() )
         {
             xInterface = xSearch->findFirst( xDescriptor );
diff --git a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
index 3219c7a..6ffba2d 100644
--- a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
+++ b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx
@@ -181,7 +181,7 @@ void ConfigurationUpdater::UpdateConfiguration (void)
             ConfigurationTracer::TraceConfiguration(
                 mxCurrentConfiguration, "current configuration");
 #endif
-            // Notify the begining of the update.
+            // Notify the beginning of the update.
             ConfigurationChangeEvent aEvent;
             aEvent.Type = FrameworkHelper::msConfigurationUpdateStartEvent;
             aEvent.Configuration = mxRequestedConfiguration;
diff --git a/xmlsecurity/source/xmlsec/xmlstreamio.cxx b/xmlsecurity/source/xmlsec/xmlstreamio.cxx
index c47e681..08237c4 100644
--- a/xmlsecurity/source/xmlsec/xmlstreamio.cxx
+++ b/xmlsecurity/source/xmlsec/xmlstreamio.cxx
@@ -156,7 +156,7 @@ int xmlEnableStreamInputCallbacks()
     if( !( enableXmlStreamIO & XMLSTREAMIO_INITIALIZED ) ) {
         //Register the callbacks into xmlSec
         //In order to make the xmlsec io finding the callbacks firstly,
-        //I put the callbacks at the very begining.
+        //I put the callbacks at the very beginning.
 
         //Cleanup the older callbacks.
         //Notes: all none default callbacks will lose.


More information about the Libreoffice-commits mailing list