diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 18:16:35 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 11:31:51 +0200 |
commit | ea279143abd62d51b71d1e79b308f9a338e07401 (patch) | |
tree | 25676409625b11edb915766773487c6e2440eb0b /unotest | |
parent | d6d3a1f554c86ffcaccf09ff083154587465a46f (diff) |
Fix typos
Change-Id: I151508c5d0b5d010f55d2324d36659ab5715a70c
Reviewed-on: https://gerrit.libreoffice.org/77274
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/source/python/org/libreoffice/unittest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/source/python/org/libreoffice/unittest.py b/unotest/source/python/org/libreoffice/unittest.py index 364462ed3827..f6f93080b47e 100644 --- a/unotest/source/python/org/libreoffice/unittest.py +++ b/unotest/source/python/org/libreoffice/unittest.py @@ -16,7 +16,7 @@ class LoTestResult(unittest.TextTestResult): # HACK calling gc.collect() to get rid of as many still existing UNO proxies to # SwXTextDocument and friends as possible; those C++ classes' dtors call # Application::GetSolarMutex via sw::UnoImplPtrDeleter, so the dtors must be called before - # DeInitVCL in the call to pyuno.private_deinitTestEnvironment(); any remainging proxies + # DeInitVCL in the call to pyuno.private_deinitTestEnvironment(); any remaining proxies # that are still referenced (UnoInProcess' self.xDoc in # unotest/source/python/org/libreoffice/unotest.py, or per-class variables in the various # PythonTests) need to be individually released (each marked as "HACK" in the code): |