This is an automated email from the ASF dual-hosted git repository. digro pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO41X by this push: new c7c8acf755 Typo corrected c7c8acf755 is described below commit c7c8acf755899af90f8870eda5de837e2b502d4a Author: DiGro <dik...@yahoo.co.uk> AuthorDate: Wed Aug 14 11:52:01 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 842c1a7523..950788fa44 100644 --- a/main/helpcontent2/source/text/sbasic/shared/03020103.xhp +++ b/main/helpcontent2/source/text/sbasic/shared/03020103.xhp @@ -46,7 +46,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">