summaryrefslogtreecommitdiff
path: root/source/text
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-08-02 15:38:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-08-02 18:39:25 +0200
commit146e4b39ffdf800b6d81ba4c043810b85054d051 (patch)
tree6d45888d58d05cf6e6f0d2433dc877002127ed87 /source/text
parentb97f163be7b79bdfe410274d2bb01bd34a33c2b7 (diff)
Fix typo
Change-Id: I9d067f28df51e2537335c9b896c32d6a86bcc1d8 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/137699 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'source/text')
-rw-r--r--source/text/sbasic/shared/03/sf_filesystem.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_filesystem.xhp b/source/text/sbasic/shared/03/sf_filesystem.xhp
index d331ba8a7b..4361a4aa90 100644
--- a/source/text/sbasic/shared/03/sf_filesystem.xhp
+++ b/source/text/sbasic/shared/03/sf_filesystem.xhp
@@ -986,7 +986,7 @@
<bookmark_value>FileSystem service;Normalize</bookmark_value>
</bookmark>
<h2 id="hd_id421583670341541" localize="false">Normalize</h2>
- <paragraph role="paragraph" id="par_id871583670342051">Returns a string containing the normalized pathn ame by collapsing redundant separators and up-level references.</paragraph>
+ <paragraph role="paragraph" id="par_id871583670342051">Returns a string containing the normalized path name by collapsing redundant separators and up-level references.</paragraph>
<paragraph role="paragraph" id="par_id541658780038027">For instance, the path names <literal>A//B</literal>, <literal>A/B/</literal>, <literal>A/./B</literal> and <literal>A/foo/../B</literal> are all normalized to <literal>A/B</literal>.</paragraph>
<paragraph role="paragraph" id="par_id881613074436118">On Windows, forward slashes "/" are converted to backward slashes "\".</paragraph>
<note id="par_id381658780455018">The current value of the property <literal>SF_FileSystem.FileNaming</literal> is used to determine the notation of the <literal>filename</literal> argument as well as the format of the returned string.</note>