This is an automated email from the ASF dual-hosted git repository. digro pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new d999afb94f Typo corrected d999afb94f is described below commit d999afb94fa86356af56eebdc2376f122ae17c5b Author: DiGro <dik...@yahoo.co.uk> AuthorDate: Wed Aug 14 11:54:13 2024 +0200 Typo corrected Add "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">