summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/util/XURLTransformer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XURLTransformer.idl')
-rw-r--r--offapi/com/sun/star/util/XURLTransformer.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/XURLTransformer.idl b/offapi/com/sun/star/util/XURLTransformer.idl
index 38232255fa22..947f38596827 100644
--- a/offapi/com/sun/star/util/XURLTransformer.idl
+++ b/offapi/com/sun/star/util/XURLTransformer.idl
@@ -66,7 +66,7 @@ published interface XURLTransformer: com::sun::star::uno::XInterface
@returns
<TRUE/> if parsing was successfully (means if given URL was syntactically correct)
- or <FALSE/> otherwhise.
+ or <FALSE/> otherwise.
*/
boolean parseStrict( [inout] com::sun::star::util::URL aURL );
@@ -103,7 +103,7 @@ published interface XURLTransformer: com::sun::star::uno::XInterface
stores it into <member>URL::Complete</member>
@param aURL
- the URL which contains alls neccessary information in a structured form. The
+ the URL which contains alls necessary information in a structured form. The
member <member>URL::Complete</member> contains the URL in string notation after
the operation finished successfully. Otherwise the content of <member>URL::complete</member>
is not defined.
@@ -117,7 +117,7 @@ published interface XURLTransformer: com::sun::star::uno::XInterface
/** returns a representation of the URL for UI purposes only
<p>
- Sometimes it can be usefull to show an URL on an user interface
+ Sometimes it can be useful to show an URL on an user interface
in a more "human readable" form. Such URL can't be used on any API
call, but make it easier for the user to understand it.
</p>