wizards/source/sfdatabases/SF_Datasheet.xba |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 29f318f90d2ed72a807d803094734d5ee7322a2d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Nov 2 15:08:16 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Nov 2 22:48:14 2022 +0100

    Fix typo
    
    Change-Id: Ic658024df51bd53cb704af7c006ee5300c0922cb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142170
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/wizards/source/sfdatabases/SF_Datasheet.xba 
b/wizards/source/sfdatabases/SF_Datasheet.xba
index 5550e35df30c..c8958737c65b 100644
--- a/wizards/source/sfdatabases/SF_Datasheet.xba
+++ b/wizards/source/sfdatabases/SF_Datasheet.xba
@@ -442,7 +442,7 @@ Public Function GoToCell(Optional ByVal Row As Variant _
 &apos;&apos;&apos;             oSheet.GoToCell(1000000, &quot;ShipCity&quot;)) 
&apos;  Set the cursor on he last row, column &quot;ShipCity&quot;
 
 Dim bGoTo As Boolean                           &apos;  Return value
-Dim lCol As Long                                       &apos;  Numercic index 
of Column in lists of columns
+Dim lCol As Long                                       &apos;  Numeric index 
of Column in lists of columns
 Dim lMaxCol As Long                            &apos;  Index of last column
 Const cstThisSub = &quot;SFDatabases.Datasheet.GoToCell&quot;
 Const cstSubArgs = &quot;[Row=0], [Column=0]&quot;

Reply via email to