From 34dbc5699e8cb36e26bad5a57edc972b82f26c5f Mon Sep 17 00:00:00 2001 From: Nindaleth Date: Wed, 30 Oct 2019 09:08:45 +0100 Subject: fix several typos in documentation and comments (#12553) --- lib/posix/posix_macos_amd64.nim | 2 +- lib/posix/posix_other.nim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/posix') diff --git a/lib/posix/posix_macos_amd64.nim b/lib/posix/posix_macos_amd64.nim index 41522fd17..0687267f0 100644 --- a/lib/posix/posix_macos_amd64.nim +++ b/lib/posix/posix_macos_amd64.nim @@ -562,7 +562,7 @@ when defined(macosx): var SO_NOSIGPIPE* {.importc, header: "".}: cint elif defined(solaris): - # Solaris dont have MSG_NOSIGNAL + # Solaris doesn't have MSG_NOSIGNAL const MSG_NOSIGNAL* = 0'i32 else: diff --git a/lib/posix/posix_other.nim b/lib/posix/posix_other.nim index c582240d1..e42092513 100644 --- a/lib/posix/posix_other.nim +++ b/lib/posix/posix_other.nim @@ -572,7 +572,7 @@ when defined(macosx): var SO_NOSIGPIPE* {.importc, header: "".}: cint elif defined(solaris): - # Solaris dont have MSG_NOSIGNAL + # Solaris doesn't have MSG_NOSIGNAL const MSG_NOSIGNAL* = 0'i32 else: -- cgit 1.4.1-2-gfad0