summaryrefslogtreecommitdiff
path: root/execute.c
diff options
context:
space:
mode:
authorHunaid Sohail2024-05-19 20:22:18 +0000
committerGitHub2024-05-19 20:22:18 +0000
commit7ec2337580447068b20dd3230c50229eae85dc08 (patch)
treead2c6e546f7ba0fc073e4fdf34e89c52fce512e9 /execute.c
parentb744235c9c18d9ddc2dcbdf9608dce36c173a86d (diff)
Fixed typos in all source code and documentations (#11)
Diffstat (limited to 'execute.c')
-rw-r--r--execute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/execute.c b/execute.c
index 6696ce6..339e0c9 100644
--- a/execute.c
+++ b/execute.c
@@ -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,