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

New commits:
commit 0e34d749b46d0d79db4b048e6a04cb2154ac0acf
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Apr 7 20:04:54 2025 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Tue Apr 8 04:07:43 2025 +0200

    Fix typo
    
    Change-Id: Ia291efd6eda5c5ae2ac724b07a80ee1d04ae76ad
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/183813
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/source/text/sbasic/shared/03/sf_filesystem.xhp 
b/source/text/sbasic/shared/03/sf_filesystem.xhp
index 9622fa0996..e0dd82cc8e 100644
--- a/source/text/sbasic/shared/03/sf_filesystem.xhp
+++ b/source/text/sbasic/shared/03/sf_filesystem.xhp
@@ -707,7 +707,7 @@
         <bookmark_value>FileSystem service;Files</bookmark_value>
     </bookmark>
     <h2 id="hd_id461583944327647" localize="false">Files</h2>
-    <paragraph role="paragraph" id="par_id11158394432779">Returns a zero-based 
array (BASIC) or tple (Python) of the files stored in a given folder. Each 
entry in the array or tuple is a string containing the full path and file 
name.</paragraph>
+    <paragraph role="paragraph" id="par_id11158394432779">Returns a zero-based 
array (BASIC) or tuple (Python) of the files stored in a given folder. Each 
entry in the array or tuple is a string containing the full path and file 
name.</paragraph>
     <paragraph role="paragraph" id="par_id641613003790120">If the argument 
<literal>foldername</literal> specifies a folder that does not exist, an 
exception is raised.</paragraph>
     <paragraph role="paragraph" id="par_id821613003779799">The resulting list 
may be filtered with wildcards.</paragraph>
     <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>

Reply via email to