summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorSteven Meyer <steven.meyer29@gmail.com>2013-03-13 08:57:14 +0100
committerJan Holesovsky <kendy@suse.cz>2013-03-13 08:57:14 +0100
commit07c6e76749559614743ca11efc9dec265f7cfacc (patch)
tree239c1b5e87962e36f493b3b44aa04ee453597110 /jurt
parent0451325ae7456da5812564428d73b0226606450f (diff)
fdo#60724: Fix spelling avaliable -> available.
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/lib/util/UrlToFileMapper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/com/sun/star/lib/util/UrlToFileMapper.java b/jurt/com/sun/star/lib/util/UrlToFileMapper.java
index 252021c3064e..0cf5ead06754 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);