wizards/source/scriptforge/SF_PythonHelper.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b05d626a8e2d0a6272a636fa003e5e1ede47c697 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun May 11 00:27:56 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun May 11 11:22:15 2025 +0200 Fix typo Change-Id: I5e59ad3d9062ac9879a5168b79c1400604c78052 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185164 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/wizards/source/scriptforge/SF_PythonHelper.xba b/wizards/source/scriptforge/SF_PythonHelper.xba index 2b3a3c820d9e..8328af61c1b4 100644 --- a/wizards/source/scriptforge/SF_PythonHelper.xba +++ b/wizards/source/scriptforge/SF_PythonHelper.xba @@ -562,7 +562,7 @@ Public Sub PyWait(ByVal Millisec As Variant) ''' basic = CreateScriptService('Basic') ''' white True: ''' basic.Wait(1000) -''' might be a good alternative, although less precise due to the Python/Basic exchnages. +''' might be a good alternative, although less precise due to the Python/Basic exchanges. ''' Args: ''' Millisec: the amount of time (in milliseconds) to wait before the program is continued
