daipom opened a new issue, #2923: URL: https://github.com/apache/arrow-adbc/issues/2923
### What happened? In #2863, the following typos are found under `c/`. We should fix them to complete #2863. ``` c/driver/postgresql/bind_stream.h:218: Paramter ==> Parameter c/driver/postgresql/connection.cc:184: constraits ==> constraints c/driver/postgresql/copy/postgres_copy_test_common.h:24: genereated ==> generated c/driver/postgresql/copy/reader.h:867: chlidren ==> children c/driver/postgresql/copy/writer.h:729: limtiations ==> limitations c/driver/postgresql/postgres_type.h:214: posgresql ==> postgresql c/driver/postgresql/result_helper.h:113: desctructor ==> destructor c/include/arrow-adbc/adbc.h:305: unintialized ==> uninitialized c/include/arrow-adbc/adbc.h:862: unintialized ==> uninitialized c/include/arrow-adbc/adbc.h:885: unintialized ==> uninitialized c/include/arrow-adbc/adbc.h:923: unintialized ==> uninitialized c/include/arrow-adbc/adbc.h:962: unintialized ==> uninitialized c/include/arrow-adbc/adbc.h:990: unintialized ==> uninitialized c/include/arrow-adbc/adbc.h:994: unintialized ==> uninitialized c/validation/adbc_validation_util.cc:323: occured ==> occurred ``` ### 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