daipom opened a new issue, #2932: URL: https://github.com/apache/arrow-adbc/issues/2932
### What happened? In #2863, the following typos are found under `csharp/`. We should fix them to complete #2863. ``` csharp/src/Apache.Arrow.Adbc/AdbcConnection11.cs:356: statistcs ==> statistics csharp/src/Apache.Arrow.Adbc/C/CAdbcConnection.cs:37: unintialized ==> uninitialized csharp/src/Apache.Arrow.Adbc/C/CAdbcDatabase.cs:39: unintialized ==> uninitialized csharp/src/Apache.Arrow.Adbc/C/CAdbcDriver.cs:40: unintialized ==> uninitialized csharp/src/Apache.Arrow.Adbc/C/CAdbcDriver.cs:47: unintialized ==> uninitialized csharp/src/Apache.Arrow.Adbc/C/CAdbcPartitions.cs:63: unintialized ==> uninitialized csharp/src/Apache.Arrow.Adbc/C/CAdbcStatement.cs:47: unintialized ==> uninitialized csharp/src/Client/AdbcConnection.cs:45: Intializes ==> Initializes csharp/src/Client/AdbcConnection.cs:56: Intializes ==> Initializes csharp/src/Drivers/Apache/Hive2/DecimalUtility.cs:172: fron ==> from, front csharp/src/Drivers/Apache/Hive2/README.md:70: specifed ==> specified csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:140: defintion ==> definition csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:153: defintion ==> definition csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:35: defintion ==> definition csharp/src/Drivers/Apache/Hive2/SqlTypeNameParser.cs:490: STUCT ==> STRUCT csharp/src/Drivers/Apache/Impala/README.md:106: standar ==> standard csharp/src/Drivers/Apache/Impala/README.md:68: specifed ==> specified csharp/src/Drivers/Apache/Spark/README.md:64: specifed ==> specified csharp/src/Drivers/Apache/Thrift/BitmapUtilities.cs:53: remaing ==> remaining csharp/src/Drivers/Databricks/DatabricksStatement.cs:45: instad ==> instead csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:124: Ditionary ==> Dictionary csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:198: formated ==> formatted csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:214: formated ==> formatted csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:230: formated ==> formatted csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:307: statment ==> statement csharp/test/Apache.Arrow.Adbc.Tests/TestBase.cs:62: ouput ==> output csharp/test/Drivers/Apache/Common/ClientTests.cs:214: timout ==> timeout csharp/test/Drivers/Apache/Common/DateTimeValueTests.cs:61: Timstamp ==> Timestamp csharp/test/Drivers/Apache/Common/DateTimeValueTests.cs:83: Timstamp ==> Timestamp csharp/test/Drivers/Apache/Spark/SparkConnectionTest.cs:48: exeption ==> exception, exemption csharp/test/Drivers/Apache/Spark/SparkConnectionTest.cs:49: exeption ==> exception, exemption csharp/test/Drivers/BigQuery/AuthenticationTests.cs:65: behvior ==> behavior csharp/test/Drivers/Databricks/DatabricksConnectionTest.cs:55: exeption ==> exception, exemption csharp/test/Drivers/Databricks/DatabricksConnectionTest.cs:56: exeption ==> exception, exemption csharp/test/Drivers/Databricks/DateTimeValueTests.cs:42: Timstamp ==> Timestamp csharp/test/Drivers/Databricks/StatementTests.cs:460: mintues ==> minutes csharp/test/Drivers/Interop/FlightSql/readme.md:36: compatibilty ==> compatibility csharp/test/Drivers/Interop/FlightSql/readme.md:62: resutls ==> results csharp/test/Drivers/Interop/Snowflake/SnowflakeTestingUtils.cs:177: occured ==> occurred csharp/test/Drivers/Interop/Snowflake/SnowflakeTestingUtils.cs:177: resouce ==> resource ``` ### Stack Trace Not related. ### How can we reproduce the bug? Run CI of #2864 or checkout #2864 and execute `pre-commit run codespell --all-files`. ### Environment/Setup Not related. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org