Fix various spelling issues reported by codespell

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
This commit is contained in:
Jakub Jelen
2022-10-12 10:45:00 +02:00
parent 22f0f0dd60
commit 97c9ac2f58
59 changed files with 117 additions and 112 deletions

View File

@@ -287,7 +287,7 @@ static int bsd_poll(ssh_pollfd_t *fds, nfds_t nfds, int timeout)
if (rc < 0) {
return -1;
}
/* A timeout occured */
/* A timeout occurred */
if (rc == 0) {
return 0;
}
@@ -981,7 +981,7 @@ int ssh_event_add_connector(ssh_event event, ssh_connector connector)
* @returns SSH_OK on success.
* SSH_ERROR Error happened during the poll. Check errno to get more
* details about why it failed.
* SSH_AGAIN Timeout occured
* SSH_AGAIN Timeout occurred
*/
int ssh_event_dopoll(ssh_event event, int timeout)
{