diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-16 10:06:27 +0100 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-16 13:00:38 +0100 |
commit | 5208cc2995a0dfb0377b9d14df469e67939de012 (patch) | |
tree | 050fac357bfa356a613d0cef9613b5008867c776 /wizards | |
parent | 4640cec9206f890bd79fee2310f6ee144aa12752 (diff) |
Fix typo
Change-Id: Ic25c4b9fe4fe898de328f1ea98ef69983c66a7c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164904
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/scriptforge/python/scriptforge.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/scriptforge/python/scriptforge.pyi b/wizards/source/scriptforge/python/scriptforge.pyi index a698f7710d4e..0f0e77d98cfd 100644 --- a/wizards/source/scriptforge/python/scriptforge.pyi +++ b/wizards/source/scriptforge/python/scriptforge.pyi @@ -1398,7 +1398,7 @@ class SFScriptForge: or by a successful invocation of the L10N service with the ``FolderName`` argument. The generated file should pass successfully the ``"msgfmt --check 'the pofile'"`` GNU command. Args - ``filename``: the complete file name (in ``filesstem.FileNaming`` notation) + ``filename``: the complete file name (in ``filesystem.FileNaming`` notation) to export to. If it exists, it is overwritten without warning. ``header``: comments that will appear on top of the generated file. Do not include |