wizards/source/scriptforge/SF_TextStream.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 1c22e2e6561a23a6a19b54c3c986d3ef040575f0 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Jul 15 20:26:04 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Jul 15 21:19:54 2023 +0200 Fix typo Change-Id: If33699080b8f56998416b87db1e75e91b0ed18ed Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154485 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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>
