summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bean/com/sun/star/beans/LocalOfficeConnection.java2
-rw-r--r--bean/com/sun/star/comp/beans/LocalOfficeConnection.java2
-rw-r--r--solenv/gbuild/UnpackedTarball.mk2
-rw-r--r--sw/source/filter/xml/xmltbli.cxx4
4 files changed, 5 insertions, 5 deletions
diff --git a/bean/com/sun/star/beans/LocalOfficeConnection.java b/bean/com/sun/star/beans/LocalOfficeConnection.java
index 97250172ed01..dd2ed076ae9d 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 c8bafaa6e9a0..3511161b2c2a 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 066f8ff88827..5416ce465e51 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 3ede120139c8..fd941ce57822 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: