cursor: fix typo "insufficent"
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Thu, 17 Dec 2020 20:40:58 +0000 (15:40 -0500)
committerMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Thu, 17 Dec 2020 21:03:14 +0000 (16:03 -0500)
cursor/os-compatibility.c

index 9eac229..8d51e52 100644 (file)
@@ -101,7 +101,7 @@ create_tmpfile_cloexec(char *tmpname)
  *
  * If the C library implements posix_fallocate(), it is used to
  * guarantee that disk space is available for the file at the
- * given size. If disk space is insufficent, errno is set to ENOSPC.
+ * 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.
  *