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

New commits:
commit 1120b5793d455cf4bda04fb01c8ee3b62934e368
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Aug 25 16:06:16 2023 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Fri Aug 25 16:17:17 2023 +0200

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

diff --git a/source/text/sbasic/shared/03/sf_formdocument.xhp 
b/source/text/sbasic/shared/03/sf_formdocument.xhp
index 606c4918e0..a2c747c80a 100644
--- a/source/text/sbasic/shared/03/sf_formdocument.xhp
+++ b/source/text/sbasic/shared/03/sf_formdocument.xhp
@@ -136,7 +136,7 @@
     <input>svc.Forms(form: int): svc</input>
   </paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
-  <paragraph role="paragraph" id="par_id211692538352686"><emph>form</emph>: 
This argument can be either a string with the name of a form that exists in the 
form document or the zero-based index of the form that shall be returned. If 
this argument is not specifiec, then an array with the name of all available 
forms is returned.</paragraph>
+  <paragraph role="paragraph" id="par_id211692538352686"><emph>form</emph>: 
This argument can be either a string with the name of a form that exists in the 
form document or the zero-based index of the form that shall be returned. If 
this argument is not specific, then an array with the name of all available 
forms is returned.</paragraph>
   <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
   <embed href="text/sbasic/shared/00000003.xhp#In_Basic"/>
   <paragraph role="paragraph" id="par_id151692537703209">The following example 
checks if the form document contains a form named "MainForm":</paragraph>

Reply via email to