Fix typos

Found via `codespell -q 3 -S ./deps -L fo,numer,te,uint,wille`

(cherry picked from commit 7105ff2dfd)
This commit is contained in:
luz.paz
2019-08-12 06:52:31 -04:00
committed by Camilla Löwy
parent a1b65e8542
commit 13a4e4e810
8 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ static int createTmpfileCloexec(char* tmpname)
* SCM_RIGHTS methods.
*
* posix_fallocate() is used to guarantee that disk space is available
* for the file at the given size. If disk space is insufficent, errno
* for the file at the given size. If disk space is insufficient, errno
* is set to ENOSPC. If posix_fallocate() is not supported, program may
* receive SIGBUS on accessing mmap()'ed file contents instead.
*/