[Libreoffice-commits] core.git: editeng/inc framework/source jurt/com libxmlsec/src svl/source
Steven Meyer
steven.meyer29 at gmail.com
Wed Mar 13 00:58:18 PDT 2013
editeng/inc/editeng/splwrap.hxx | 2 +-
framework/source/services/frame.cxx | 2 +-
jurt/com/sun/star/lib/util/UrlToFileMapper.java | 2 +-
libxmlsec/src/tokens.c | 2 +-
svl/source/numbers/zforlist.cxx | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 07c6e76749559614743ca11efc9dec265f7cfacc
Author: Steven Meyer <steven.meyer29 at gmail.com>
Date: Wed Mar 13 08:57:14 2013 +0100
fdo#60724: Fix spelling avaliable -> available.
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
{
More information about the Libreoffice-commits
mailing list