[Libreoffice-commits] core.git: bean/com solenv/gbuild sw/source
Julien Nabet
serval2412 at yahoo.fr
Sun Dec 22 06:37:58 PST 2013
bean/com/sun/star/beans/LocalOfficeConnection.java | 2 +-
bean/com/sun/star/comp/beans/LocalOfficeConnection.java | 2 +-
solenv/gbuild/UnpackedTarball.mk | 2 +-
sw/source/filter/xml/xmltbli.cxx | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 98929ce4e8e161febd8fcc0a0a53e607c6681483
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Dec 22 15:37:28 2013 +0100
Fix typos
Change-Id: Ib9c92c059eaec367c809949550d9991e8bd10d93
diff --git a/bean/com/sun/star/beans/LocalOfficeConnection.java b/bean/com/sun/star/beans/LocalOfficeConnection.java
index 9725017..dd2ed07 100644
--- a/bean/com/sun/star/beans/LocalOfficeConnection.java
+++ b/bean/com/sun/star/beans/LocalOfficeConnection.java
@@ -523,7 +523,7 @@ public class LocalOfficeConnection
/* replaces each substring aSearch in aString by aReplace.
- StringBuffer.replaceAll() is not avaialable in Java 1.3.x.
+ StringBuffer.replaceAll() is not available in Java 1.3.x.
*/
private static String replaceAll(String aString, String aSearch, String aReplace )
{
diff --git a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
index c8bafaa..3511161 100644
--- a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
+++ b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
@@ -637,7 +637,7 @@ public class LocalOfficeConnection
/* replaces each substring aSearch in aString by aReplace.
- StringBuffer.replaceAll() is not avaialable in Java 1.3.x.
+ StringBuffer.replaceAll() is not available in Java 1.3.x.
*/
private static String replaceAll(String aString, String aSearch, String aReplace )
{
diff --git a/solenv/gbuild/UnpackedTarball.mk b/solenv/gbuild/UnpackedTarball.mk
index 066f8ff..5416ce4 100644
--- a/solenv/gbuild/UnpackedTarball.mk
+++ b/solenv/gbuild/UnpackedTarball.mk
@@ -424,7 +424,7 @@ endef
echo "Patch $$patch_file generated" ; \
); \
else \
- echo "Error: No pristine tarball avaialable for $*" 1>&2 ; \
+ echo "Error: No pristine tarball available for $*" 1>&2 ; \
fi
diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx
index 3ede120..fd941ce 100644
--- a/sw/source/filter/xml/xmltbli.cxx
+++ b/sw/source/filter/xml/xmltbli.cxx
@@ -2760,9 +2760,9 @@ void SwXMLTableContext::MakeTable()
// For text::HoriOrientation::NONE we would prefere to use the sum
// of the relative column widths as reference width.
// Unfortunately this works only if this sum interpreted as
- // twip value is larger than the space that is avaialable.
+ // twip value is larger than the space that is available.
// We don't know that space, so we have to use USHRT_MAX, too.
- // Even if a size is speczified, it will be ignored!
+ // Even if a size is specified, it will be ignored!
nWidth = USHRT_MAX;
break;
default:
More information about the Libreoffice-commits
mailing list