Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Jun 26, 2023
1 parent e0e5993 commit a126590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adbc.h
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ AdbcStatusCode AdbcConnectionGetStatistics(struct AdbcConnection* connection,
ADBC_EXPORT
AdbcStatusCode AdbcConnectionGetStatisticNames(struct AdbcConnection* connection,
struct ArrowArrayStream* out,
struct AdbcErrror* error);
struct AdbcError* error);

/// \brief Get the Arrow schema of a table.
///
Expand Down
2 changes: 1 addition & 1 deletion go/adbc/drivermgr/adbc.h
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ AdbcStatusCode AdbcConnectionGetStatistics(struct AdbcConnection* connection,
ADBC_EXPORT
AdbcStatusCode AdbcConnectionGetStatisticNames(struct AdbcConnection* connection,
struct ArrowArrayStream* out,
struct AdbcErrror* error);
struct AdbcError* error);

/// \brief Get the Arrow schema of a table.
///
Expand Down

0 comments on commit a126590

Please sign in to comment.