This is an automated email from the ASF dual-hosted git repository.

digro pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new bc5c0631c2 Typo corrected
bc5c0631c2 is described below

commit bc5c0631c2a7e297c97b872af40368a76fe67ce2
Author: DiGro <dik...@yahoo.co.uk>
AuthorDate: Wed Aug 14 11:50:08 2024 +0200

    Typo corrected
    
    added "t" to wan  ==  want
---
 main/helpcontent2/source/text/sbasic/shared/03020103.xhp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/helpcontent2/source/text/sbasic/shared/03020103.xhp 
b/main/helpcontent2/source/text/sbasic/shared/03020103.xhp
index 50e3ce235d..d672a57a39 100644
--- a/main/helpcontent2/source/text/sbasic/shared/03020103.xhp
+++ b/main/helpcontent2/source/text/sbasic/shared/03020103.xhp
@@ -40,7 +40,7 @@
 <paragraph role="code" id="par_id3154124" xml-lang="en-US" l10n="CHG" 
oldref="4">Open FileName As String [For Mode] [Access IOMode] [Protected] As 
[#]FileNumber As Integer [Len = DatasetLength]<comment>UFI: 
#i37502#</comment></paragraph>
 <paragraph role="heading" id="hd_id3156280" xml-lang="en-US" level="2" 
l10n="U" oldref="5">Parameters:</paragraph>
 <paragraph role="paragraph" id="par_id3155132" xml-lang="en-US" l10n="U" 
oldref="6">
-<emph>FileName:</emph> Name and path of the file that you wan to open. If you 
try to read a file that does not exist (Access = Read), an error message 
appears. If you try to write to a file that does not exist (Access = Write), a 
new file is created.</paragraph>
+<emph>FileName:</emph> Name and path of the file that you want to open. If you 
try to read a file that does not exist (Access = Read), an error message 
appears. If you try to write to a file that does not exist (Access = Write), a 
new file is created.</paragraph>
 <paragraph role="paragraph" id="par_id3149262" xml-lang="en-US" l10n="U" 
oldref="7">
 <emph>Mode:</emph> Keyword that specifies the file mode. Valid values: Append 
(append to sequential file), Binary (data can be accessed by bytes using Get 
and Put), Input (opens data channel for reading), Output (opens data channel 
for writing), and Random (edits relative files).</paragraph>
 <paragraph role="paragraph" id="par_id3154014" xml-lang="en-US" l10n="CHG" 
oldref="8">

Reply via email to