summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-14 23:55:35 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 11:10:51 +0000
commitca9de688c2c263c51dca1cbbf2892e3b419f921e (patch)
tree8700f70efdc3275cf71277347e1268b8cc4954a4 /sal
parentedb1582c4aec8948872aeca46e4a2703768f3c55 (diff)
Fix typos
Change-Id: I549635318f46718042e50c8f89ce3c620cade990 Reviewed-on: https://gerrit.libreoffice.org/16281 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/w32/file_dirvol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/file_dirvol.cxx b/sal/osl/w32/file_dirvol.cxx
index d882c3d9962f..cb95dd684664 100644
--- a/sal/osl/w32/file_dirvol.cxx
+++ b/sal/osl/w32/file_dirvol.cxx
@@ -621,7 +621,7 @@ static int path_make_parent(sal_Unicode* path)
get the parent only, e.g. 'c:\dir\subdir' ->
'c:\dir' or '\\share\sub\dir' -> '\\share\sub'
@return The position where the path has been cut
- off (this is the posistion of the last backslash).
+ off (this is the position of the last backslash).
If there are no more parents 0 will be returned,
e.g. 'c:\' or '\\Share' have no more parents */