diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-07-15 20:26:04 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-07-15 21:19:54 +0200 |
commit | 1c22e2e6561a23a6a19b54c3c986d3ef040575f0 (patch) | |
tree | dda89ee969369f23ba6633b01819357cd79576ee /wizards | |
parent | 38b7754d5ead0b43443acd9ef2cd956b94dad88b (diff) |
Fix typo
Change-Id: If33699080b8f56998416b87db1e75e91b0ed18ed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154485
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/scriptforge/SF_TextStream.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/scriptforge/SF_TextStream.xba b/wizards/source/scriptforge/SF_TextStream.xba index 3da9a773f08e..a5c1b09129de 100644 --- a/wizards/source/scriptforge/SF_TextStream.xba +++ b/wizards/source/scriptforge/SF_TextStream.xba @@ -31,7 +31,7 @@ Option Explicit ''' https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextInputStream.html ''' https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextOutputStream.html ''' -''' Disk file sstems and document's internal file systems +''' Disk file systems and document's internal file systems ''' All methods and properties are applicable without restrictions on both file systems. ''' However, when updates are operated on text files embedded in a document, (with the WriteXXX() methods), ''' the updates are first done on a copy of the original file. When the file is closed, the copy @@ -722,4 +722,4 @@ Private Function _Repr() As String End Function ' ScriptForge.SF_TextStream._Repr REM ============================================ END OF SCRIPTFORGE.SF_TextStream -</script:module>
\ No newline at end of file +</script:module> |