diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-09-20 00:16:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-09-20 08:44:17 +0200 |
commit | 4982dd0ac879598b87059f229abf0fa75511c7b6 (patch) | |
tree | 811c551f40597bc5e6a7eee8d4b1a39f350025c8 | |
parent | b51008a35b852dab0ba0d50903b174824891b420 (diff) |
Fix typo
Change-Id: Ia566d8214b6b055adbb29b4dcf1c3eb52769fa46
Reviewed-on: https://gerrit.libreoffice.org/60785
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | source/text/sbasic/shared/03020103.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03020103.xhp b/source/text/sbasic/shared/03020103.xhp index 959a18aaef..57cbd50ce1 100644 --- a/source/text/sbasic/shared/03020103.xhp +++ b/source/text/sbasic/shared/03020103.xhp @@ -44,7 +44,7 @@ </bascode> <paragraph id="hd_id3156280" role="heading" level="2" xml-lang="en-US">Parameters:</paragraph> -<paragraph id="par_id3155132" role="paragraph" xml-lang="en-US"> <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> +<paragraph id="par_id3155132" role="paragraph" xml-lang="en-US"> <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 id="par_id3149262" role="paragraph" xml-lang="en-US"> <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 id="par_id3154014" role="paragraph" xml-lang="en-US"> <emph>IOMode:</emph> Keyword that defines the access type. Valid values: Read (read-only), Write (write-only), Read Write (both).</paragraph> <paragraph id="par_id3150011" role="paragraph" xml-lang="en-US"> <emph>Protected:</emph> Keyword that defines the security status of a file after opening. Valid values: Shared (file may be opened by other applications), Lock Read (file is protected against reading), Lock Write (file is protected against writing), Lock Read Write (denies file access).</paragraph> @@ -79,4 +79,4 @@ </bascode> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |