diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 19:17:03 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 19:17:03 +0100 |
commit | eb7185a168dbe454891c8d4be610935e6ff0008b (patch) | |
tree | 8b3b1583c08d709bfebfafd17634fb88b944f3f0 | |
parent | 2dca0ccf0760a64eab986c178873926a6a125cc5 (diff) |
Fix typo begining/beginning.
Change-Id: I9fff386181a2be0bc83787c8b5aec9c1cb4db9c3
-rw-r--r-- | dmake/dbug/malloc/tostring.c | 4 | ||||
-rw-r--r-- | dmake/msdos/exec.asm | 2 | ||||
-rw-r--r-- | editeng/inc/editeng/svxacorr.hxx | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/i18n/_XBreakIterator.java | 2 | ||||
-rw-r--r-- | sc/qa/unit/subsequent_filters-test.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/app/inputwin.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/vba/vbarange.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/framework/configuration/ConfigurationUpdater.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/xmlsec/xmlstreamio.cxx | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/dmake/dbug/malloc/tostring.c b/dmake/dbug/malloc/tostring.c index e3bc9990271d..889d2a23398b 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 db745aece6b2..7b3b8e2634fc 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 79f8e9df7778..f58dff1aad49 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 0fb7f2497446..b73fa751b95f 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 830116ab5e16..8c9b21ac2dbc 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 7a346b237181..bd2cc81d8614 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 ab94414c892b..2f9e6421644b 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 3219c7a45574..6ffba2db42c4 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 c47e681b91fe..08237c40f31c 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. |