diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-02-14 11:42:17 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-02-14 12:19:24 +0100 |
commit | 556c62add4ae351e5856786ff362ed722a32246a (patch) | |
tree | cef5a52c0a90997b7959a644a0e63aded867567c /wizards | |
parent | bf8a6cacd06d7c1961b5db8cc79ee4bbdb342e43 (diff) |
Fix typo
Change-Id: I31e8d775d10d374ef4670a3b8d9a0e9628e8e2c8
Reviewed-on: https://gerrit.libreoffice.org/49710
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/access2base/Compatible.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/access2base/Compatible.xba b/wizards/source/access2base/Compatible.xba index 77e99bcdc97c..45f3e2eacb9f 100644 --- a/wizards/source/access2base/Compatible.xba +++ b/wizards/source/access2base/Compatible.xba @@ -11,7 +11,7 @@ Option Explicit REM ----------------------------------------------------------------------------------------------------------------------- Public Sub DebugPrint(ParamArray pvArgs() As Variant) -'Print arguments unconditionnally in console +'Print arguments unconditionally in console 'Arguments are separated by a TAB (simulated by spaces) 'Some pvArgs might be missing: a TAB is still generated |