diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-10 10:37:53 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-10 14:18:04 +0200 |
commit | 0c234a60ae31c2404dfec9d09cc79a1a5c4558fd (patch) | |
tree | d6139e8b035e9fc5f5f36bbfb9d0e0bc7c859b9f /sal | |
parent | b86ab7eb8b14b877c93be23bfc944e629e080573 (diff) |
Fix typos
Change-Id: I79f87f033eeb67d1750bb595d311d74ef3db6ce9
Reviewed-on: https://gerrit.libreoffice.org/78795
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/file_url.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/file_url.cxx b/sal/osl/unx/file_url.cxx index 75c058735c06..043199ae9522 100644 --- a/sal/osl/unx/file_url.cxx +++ b/sal/osl/unx/file_url.cxx @@ -368,7 +368,7 @@ oslFileError osl_getSystemPathFromFileURL_Ex( namespace { - /** Helper function, return a pinter to the final '\0' + /** Helper function, return a pointer to the final '\0' of a string */ |