wizards/source/scriptforge/SF_TextStream.xba |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1c22e2e6561a23a6a19b54c3c986d3ef040575f0
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jul 15 20:26:04 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
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 <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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
 &apos;&apos;&apos;                     
https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextInputStream.html
 &apos;&apos;&apos;                     
https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextOutputStream.html
 &apos;&apos;&apos;
-&apos;&apos;&apos;             Disk file sstems and document&apos;s internal 
file systems
+&apos;&apos;&apos;             Disk file systems and document&apos;s internal 
file systems
 &apos;&apos;&apos;                     All methods and properties are 
applicable without restrictions on both file systems.
 &apos;&apos;&apos;                     However, when updates are operated on 
text files embedded in a document, (with the WriteXXX() methods),
 &apos;&apos;&apos;                     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   &apos;  ScriptForge.SF_TextStream._Repr
 
 REM ============================================ END OF 
SCRIPTFORGE.SF_TextStream
-</script:module>
\ No newline at end of file
+</script:module>

Reply via email to