summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io/XPersistObject.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/io/XPersistObject.idl')
-rw-r--r--udkapi/com/sun/star/io/XPersistObject.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/io/XPersistObject.idl b/udkapi/com/sun/star/io/XPersistObject.idl
index 3f39896edcab..b3b2686ee7be 100644
--- a/udkapi/com/sun/star/io/XPersistObject.idl
+++ b/udkapi/com/sun/star/io/XPersistObject.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module io {
write method is called.
<p>
The object needs to be created before it deserializes
- itself again (by using the read method). Therefor it must be
+ itself again (by using the read method). Therefore it must be
createable by name via a factory, which is in general
the global service manager. The create and read mechanism
is implemented by the com::sun::star::io::ObjectInputStream.