summaryrefslogtreecommitdiff
path: root/bean
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-15 23:58:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-16 09:14:41 +0100
commit4c7a7590b163ab0b955bed86b16937cbcccf8871 (patch)
tree2afc028681ebf8392a36a283bf38cdc672a335bc /bean
parent24cad429294b20bb5ab6dd00aab202e209946b5b (diff)
fix comment typo
Diffstat (limited to 'bean')
-rw-r--r--bean/com/sun/star/comp/beans/HasConnectionException.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bean/com/sun/star/comp/beans/HasConnectionException.java b/bean/com/sun/star/comp/beans/HasConnectionException.java
index fcebebf9334f..7c70042e4fad 100644
--- a/bean/com/sun/star/comp/beans/HasConnectionException.java
+++ b/bean/com/sun/star/comp/beans/HasConnectionException.java
@@ -27,7 +27,7 @@
package com.sun.star.comp.beans;
-/** This expception is thrown when a method is called which
+/** This exception is thrown when a method is called which
is only defined for not already having an established
connection.