diff options
| author | Hunaid Sohail | 2024-05-19 20:22:18 +0000 |
|---|---|---|
| committer | GitHub | 2024-05-19 20:22:18 +0000 |
| commit | 7ec2337580447068b20dd3230c50229eae85dc08 (patch) | |
| tree | ad2c6e546f7ba0fc073e4fdf34e89c52fce512e9 /execute.c | |
| parent | b744235c9c18d9ddc2dcbdf9608dce36c173a86d (diff) | |
Fixed typos in all source code and documentations (#11)
Diffstat (limited to 'execute.c')
| -rw-r--r-- | execute.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -91,7 +91,7 @@ PGAPI_Prepare(HSTMT hstmt, goto cleanup; default: - SC_set_error(self, STMT_INTERNAL_ERROR, "An Internal Error has occured -- Unknown statement status.", func); + SC_set_error(self, STMT_INTERNAL_ERROR, "An Internal Error has occurred -- Unknown statement status.", func); retval = SQL_ERROR; goto cleanup; } @@ -1398,7 +1398,7 @@ PGAPI_NativeSql(HDBC hdbc, /* * Supplies parameter data at execution time. - * Used in conjuction with SQLPutData. + * Used in conjunction with SQLPutData. */ RETCODE SQL_API PGAPI_ParamData(HSTMT hstmt, |
