diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-07-30 08:41:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-07-30 09:26:00 +0200 |
commit | 889de665ec9d2ac25a9dccd4830cb97ed0c7c56e (patch) | |
tree | f98ed6e8215a39287248189841411e0edb0439c3 /bean/com | |
parent | 291dcae246de9e32d9ca5926be463ad910c5bd1e (diff) |
Typo ressource -> resource
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
Diffstat (limited to 'bean/com')
-rw-r--r-- | bean/com/sun/star/comp/beans/OOoBean.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java index f5eac0e4b903..07e6e1a1c527 100644 --- a/bean/com/sun/star/comp/beans/OOoBean.java +++ b/bean/com/sun/star/comp/beans/OOoBean.java @@ -522,7 +522,7 @@ public class OOoBean if either of the arguments is out of the specified range. @throws java.io.IOException - if an IO error occurs reading the ressource specified by the URL. + if an IO error occurs reading the resource specified by the URL. @throws com.sun.star.lang.NoConnectionException if no connection can be established. @@ -806,7 +806,7 @@ public class OOoBean if either of the arguments is out of the specified range. @throws java.io.IOException - if an IO error occurs reading the ressource specified by the URL. + if an IO error occurs reading the resource specified by the URL. @throws com.sun.star.lang.NoConnectionException if no connection is established. |