<span style="font-family:courier new,monospace"><font face="arial,helvetica,sans-serif">Hello,<br><br>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 </font></span><span style="font-family:courier new,monospace"><font face="arial,helvetica,sans-serif">LGPLv3+ / MPL.<br>
<br><br></font>diff --git a/editeng/inc/editeng/splwrap.hxx b/editeng/inc/editeng/splwrap.hxx<br>index c3a559c..d4c9b8d 100644<br>--- a/editeng/inc/editeng/splwrap.hxx<br>+++ b/editeng/inc/editeng/splwrap.hxx<br>@@ -128,7 +128,7 @@ protected:<br>
virtual sal_Bool HasOtherCnt(); // Are there any special areas?<br> virtual void SpellStart( SvxSpellArea eSpell ); // Preparing the area<br> virtual sal_Bool SpellContinue(); // Check Areas<br>
- // Result avaliable through GetLast<br>+ // Result available through GetLast<br> virtual void ReplaceAll( const String &rNewText, sal_Int16 nLanguage ); //Replace word from the replace list<br>
virtual void StartThesaurus( const String &rWord, sal_uInt16 nLang );<br> virtual ::com::sun::star::uno::Reference<<br><br>diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx<br>
index 4cf109d..8750e40 100644<br>--- a/framework/source/services/frame.cxx<br>+++ b/framework/source/services/frame.cxx<br>@@ -386,7 +386,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::getActiveFrame() throw<br>
ReadGuard aReadLock( m_aLock );<br> <br> // Return current active frame.<br>- // This information is avaliable on the container.<br>+ // This information is available on the container.<br> return m_aChildFrameContainer.getActive();<br>
}<br><br>diff --git a/jurt/com/sun/star/lib/util/UrlToFileMapper.java b/jurt/com/sun/star/lib/util/UrlToFileMapper.java<br>index 252021c..0cf5ead 100644<br>--- a/jurt/com/sun/star/lib/util/UrlToFileMapper.java<br>+++ b/jurt/com/sun/star/lib/util/UrlToFileMapper.java<br>
@@ -74,7 +74,7 @@ public final class UrlToFileMapper {<br> StringHelper.replace(url.getPath(), '+', "%2B")))<br> : null;<br> } else {<br>- // If java.net.URI is avaliable, do<br>
+ // If java.net.URI is available, do<br> // URI uri = new URI(encodedUrl);<br> // try {<br> // return new File(uri);<br><br>diff --git a/libxmlsec/src/tokens.c b/libxmlsec/src/tokens.c<br>
index 8f2a4f8..25c1fb0 100644<br>--- a/libxmlsec/src/tokens.c<br>+++ b/libxmlsec/src/tokens.c<br>@@ -20,7 +20,7 @@<br> * every eligibl slot in the list.<br> *<br> * When try to find a slot for a particular mechanism, the slot bound with<br>
- * avaliable mechanism will be looked up firstly.<br>+ * available mechanism will be looked up firstly.<br> */<br> #include "globals.h"<br> #include <string.h><br><br>diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx<br>
index e2fa5f6..c2d105d 100644<br>--- a/svl/source/numbers/zforlist.cxx<br>+++ b/svl/source/numbers/zforlist.cxx<br>@@ -629,7 +629,7 @@ sal_uInt32 SvNumberFormatter::GetIndexPuttingAndConverting( OUString & rString,<br>
sal_uInt32 nOrig = GetEntryKey( rString, eSysLnge );<br> if (nOrig == NUMBERFORMAT_ENTRY_NOT_FOUND)<br> {<br>- nKey = nOrig; // none avaliable, maybe user-defined<br>+ nKey = nOrig; // none available, maybe user-defined<br>
}<br> else<br> {<br><br><br><br><font face="arial,helvetica,sans-serif">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.<br>
<br>Thank you<br><br>Steven<br></font></span>