summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-09 12:45:10 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:31:59 +0200
commitb1b05309835474f025dc647eeba6945030e30b55 (patch)
tree2c81227087ed0fc921bc809fbe918d5bf607b99f /udkapi
parent2ada2b33757518891e002cd9372c6aa0c85b0a3f (diff)
typo: independend -> independent
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/io/XInputStreamProvider.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/io/XInputStreamProvider.idl b/udkapi/com/sun/star/io/XInputStreamProvider.idl
index 54a54b832209..902157d64ca2 100644
--- a/udkapi/com/sun/star/io/XInputStreamProvider.idl
+++ b/udkapi/com/sun/star/io/XInputStreamProvider.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module io {
<p>Every time createInputStream() is called a new input stream
is returned, always pointing to the begin of the same data. All
input streams returned by createInputStream()
- are completely independend from each other.</p>
+ are completely independent from each other.</p>
*/
published interface XInputStreamProvider : com::sun::star::uno::XInterface
{