Code modifications Bug 60724

Steven Meyer steven.meyer29 at gmail.com
Tue Mar 12 16:35:41 PDT 2013


Hello,

My name is Steven and I'd like to start contributing to LibreOffice. Below
are some modifications (spelling corrections) that I would like to commit
to the master branch.  All modifications are contributed under LGPLv3+ /
MPL.


diff --git a/editeng/inc/editeng/splwrap.hxx
b/editeng/inc/editeng/splwrap.hxx
index c3a559c..d4c9b8d 100644
--- a/editeng/inc/editeng/splwrap.hxx
+++ b/editeng/inc/editeng/splwrap.hxx
@@ -128,7 +128,7 @@ protected:
     virtual sal_Bool HasOtherCnt();             // Are there any special
areas?
     virtual void     SpellStart( SvxSpellArea eSpell ); // Preparing the
area
     virtual sal_Bool SpellContinue();     // Check Areas
-                                          // Result avaliable through
GetLast
+                                          // Result available through
GetLast
     virtual void ReplaceAll( const String &rNewText, sal_Int16 nLanguage
); //Replace word from the replace list
     virtual void StartThesaurus( const String &rWord, sal_uInt16 nLang );
     virtual ::com::sun::star::uno::Reference<

diff --git a/framework/source/services/frame.cxx
b/framework/source/services/frame.cxx
index 4cf109d..8750e40 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -386,7 +386,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL
Frame::getActiveFrame() throw
     ReadGuard aReadLock( m_aLock );

     // Return current active frame.
-    // This information is avaliable on the container.
+    // This information is available on the container.
     return m_aChildFrameContainer.getActive();
 }

diff --git a/jurt/com/sun/star/lib/util/UrlToFileMapper.java
b/jurt/com/sun/star/lib/util/UrlToFileMapper.java
index 252021c..0cf5ead 100644
--- a/jurt/com/sun/star/lib/util/UrlToFileMapper.java
+++ b/jurt/com/sun/star/lib/util/UrlToFileMapper.java
@@ -74,7 +74,7 @@ public final class UrlToFileMapper {
                                StringHelper.replace(url.getPath(), '+',
"%2B")))
                 : null;
         } else {
-            // If java.net.URI is avaliable, do
+            // If java.net.URI is available, do
             //   URI uri = new URI(encodedUrl);
             //   try {
             //       return new File(uri);

diff --git a/libxmlsec/src/tokens.c b/libxmlsec/src/tokens.c
index 8f2a4f8..25c1fb0 100644
--- a/libxmlsec/src/tokens.c
+++ b/libxmlsec/src/tokens.c
@@ -20,7 +20,7 @@
  * every eligibl slot in the list.
  *
  * When try to find a slot for a particular mechanism, the slot bound with
- * avaliable mechanism will be looked up firstly.
+ * available mechanism will be looked up firstly.
  */
 #include "globals.h"
 #include <string.h>

diff --git a/svl/source/numbers/zforlist.cxx
b/svl/source/numbers/zforlist.cxx
index e2fa5f6..c2d105d 100644
--- a/svl/source/numbers/zforlist.cxx
+++ b/svl/source/numbers/zforlist.cxx
@@ -629,7 +629,7 @@ sal_uInt32
SvNumberFormatter::GetIndexPuttingAndConverting( OUString & rString,
         sal_uInt32 nOrig = GetEntryKey( rString, eSysLnge );
         if (nOrig == NUMBERFORMAT_ENTRY_NOT_FOUND)
         {
-            nKey = nOrig;   // none avaliable, maybe user-defined
+            nKey = nOrig;   // none available, maybe user-defined
         }
         else
         {



I assume the next steps are to update Bug 60724 and commit the code, but if
that is incorrect can you please provide information with how to proceed.

Thank you

Steven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20130312/dad3b277/attachment-0001.html>


More information about the LibreOffice mailing list