Fix various typos in code comments.

Via GitHub #687.
This commit is contained in:
Josh Soref
2020-12-16 19:14:59 -05:00
committed by Ian Barwick
parent 5a88858596
commit f619c3a8ff
9 changed files with 18 additions and 18 deletions

View File

@@ -4825,7 +4825,7 @@ cancel_query(PGconn *conn, int timeout)
* Wait until current query finishes, ignoring any results.
* Usually this will be an async query or query cancellation.
*
* Returns 1 for success; 0 if any error ocurred; -1 if timeout reached.
* Returns 1 for success; 0 if any error occurred; -1 if timeout reached.
*/
int
wait_connection_availability(PGconn *conn, int timeout)