Kaydet (Commit) 98929ce4 authored tarafından Julien Nabet's avatar Julien Nabet

Fix typos

Change-Id: Ib9c92c059eaec367c809949550d9991e8bd10d93
üst a1a76efa
......@@ -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 )
{
......
......@@ -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 )
{
......
......@@ -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
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment