wizards/com/sun/star/wizards/common/Configuration.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f3379949100367532d63d29731cd77a222d0606e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jun 25 00:44:33 2024 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Fri Jul 19 20:37:49 2024 +0200

    Fix typo
    
    Change-Id: Iafef7f75454b20e941ab149035284927d6dc28f5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169479
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>
    Tested-by: Jenkins

diff --git a/wizards/com/sun/star/wizards/common/Configuration.py 
b/wizards/com/sun/star/wizards/common/Configuration.py
index 941b7efa0c03..3d235a8723be 100644
--- a/wizards/com/sun/star/wizards/common/Configuration.py
+++ b/wizards/com/sun/star/wizards/common/Configuration.py
@@ -62,7 +62,7 @@ class Configuration(object):
     @classmethod
     def getInt(self, name, parent):
         o = self.getNode(name, parent)
-        # com will be undefined as it seems to strem from a java module?
+        # com will be undefined as it seems to stream from a java module?
         # so no need to add an import statement for this.
         # pyflakes will give an undefined name error but it seems
         # this can therefore be ignored.

Reply via email to