diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2014-11-10 15:05:25 +0100 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-11-12 11:04:11 +0000 |
commit | da40cac540e7d735edbe9069b3c8ec6af4530208 (patch) | |
tree | f2abda7281129e13f588c77b18780a7090c8405f /wizards/source | |
parent | bb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff) |
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/access2base/Dialog.xba | 4 | ||||
-rw-r--r-- | wizards/source/euro/euro.src | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/wizards/source/access2base/Dialog.xba b/wizards/source/access2base/Dialog.xba index 6eed82aee805..a6d04d21fb1b 100644 --- a/wizards/source/access2base/Dialog.xba +++ b/wizards/source/access2base/Dialog.xba @@ -138,7 +138,7 @@ Dim ogGroup As Object, vGroup() As Variant, vIndex() As Variant If oRadios(i).TabIndex > oRadios(i - 1).TabIndex + 1 Then bFound = True Else - Goto Error_Arg ' same group as preceeding item although name correct + Goto Error_Arg ' same group as preceding item although name correct End If End Select If bFound Then @@ -659,4 +659,4 @@ Error_Function: _PropertySet = False GoTo Exit_Function End Function ' _PropertySet -</script:module>
\ No newline at end of file +</script:module> diff --git a/wizards/source/euro/euro.src b/wizards/source/euro/euro.src index 0f1b44b2584b..6883861dd1b9 100644 --- a/wizards/source/euro/euro.src +++ b/wizards/source/euro/euro.src @@ -217,7 +217,7 @@ Text [ en-US ] = "Select target directory"; String MESSAGES + 4 { -Text [ en-US ] = "non-existant"; +Text [ en-US ] = "non-existent"; }; String MESSAGES + 5 |