summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/lib/util/UrlToFileMapper.java
diff options
context:
space:
mode:
Diffstat (limited to 'jurt/com/sun/star/lib/util/UrlToFileMapper.java')
-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 87b27c608109..e8d183235855 100644
--- a/jurt/com/sun/star/lib/util/UrlToFileMapper.java
+++ b/jurt/com/sun/star/lib/util/UrlToFileMapper.java
@@ -57,7 +57,7 @@ public final class UrlToFileMapper {
return null;
}
} catch (URISyntaxException ex) {
- throw new RuntimeException(ex); // should never happend
+ throw new RuntimeException(ex); // should never happen
}
}
}