wizards/source/sfdialogs/SF_Dialog.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit fba847a7fc515b271b60c1a3fe54254cc4424423 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon May 22 17:49:14 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon May 22 20:44:05 2023 +0200 Fix typo Change-Id: I6fab6b5c40eb9668df72ea01a2d158eabdc99f86 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152121 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/sfdialogs/SF_Dialog.xba b/wizards/source/sfdialogs/SF_Dialog.xba index 4979fa82a681..9eb72d1a2d94 100644 --- a/wizards/source/sfdialogs/SF_Dialog.xba +++ b/wizards/source/sfdialogs/SF_Dialog.xba @@ -14,7 +14,7 @@ Option Explicit ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''' SF_Dialog ''' ========= -''' Management of dialogs. They may bedefined with the Basic IDE or built from scratch +''' Management of dialogs. They may be defined with the Basic IDE or built from scratch ''' Each instance of the current class represents a single dialog box displayed to the user ''' ''' A dialog box can be displayed in modal or in non-modal modes @@ -2971,4 +2971,4 @@ Private Function _Repr() As String End Function ' SFDialogs.SF_Dialog._Repr REM ============================================ END OF SFDIALOGS.SF_DIALOG -</script:module> \ No newline at end of file +</script:module>