source/text/sbasic/shared/03/sf_filesystem.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 146e4b39ffdf800b6d81ba4c043810b85054d051
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Aug 2 15:38:55 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Aug 2 18:39:25 2022 +0200

    Fix typo
    
    Change-Id: I9d067f28df51e2537335c9b896c32d6a86bcc1d8
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/137699
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/source/text/sbasic/shared/03/sf_filesystem.xhp 
b/source/text/sbasic/shared/03/sf_filesystem.xhp
index d331ba8a7..4361a4aa9 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>

Reply via email to