summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-09 16:34:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-10 10:01:13 +0200
commit1156f981ac4557737dd915e89e11abaa61e29f14 (patch)
tree86e847ba365f478bb74d3fc4e3785689d8b45c6f /include/tools
parent0dc47739176493ded49b665c5fdfe0fe8fff39c1 (diff)
an is used before a vowel sound
not before vowels with a consonant sound so its a url not an url Change-Id: Ic27ff3bee67469284d460c31ced6f63cb3633db2 Reviewed-on: https://gerrit.libreoffice.org/72062 Reviewed-by: Jens Carl <j.carl43@gmx.de> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/urlobj.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx
index 391a629c5598..3cbbab49f5bf 100644
--- a/include/tools/urlobj.hxx
+++ b/include/tools/urlobj.hxx
@@ -751,7 +751,7 @@ public:
/** Create an INetURLObject from a file system path.
- @param rFSysPath A file system path. An URL is not allowed here!
+ @param rFSysPath A file system path. A URL is not allowed here!
@param eStyle The notation of rFSysPath.
*/
@@ -760,7 +760,7 @@ public:
/** Set this INetURLObject to a file URL constructed from a file system
path.
- @param rFSysPath A file system path. An URL is not allowed here!
+ @param rFSysPath A file system path. A URL is not allowed here!
@param eStyle The notation of rFSysPath.