Skip to content

Commit 0aab251

Browse files
committed
fix macOS spelling
1 parent fba317b commit 0aab251

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It allows you to view some command's progress without filling whole
55
screen by extraneous details.
66

77
Written in C using modern POSIX and OpenBSD features.
8-
Build testing happens on OpenBSD, Linux, MacOS and FreeBSD for now.
8+
Build testing happens on OpenBSD, Linux, macOS and FreeBSD for now.
99
Portability patches are welcome.
1010

1111
The code is distributed under BSD 2-clause license, except a few

tlc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ proceed_file(int fd, long long *lineno) {
379379
timespecclear(pt);
380380
}
381381

382-
// ppoll(2) is not supported on MacOS
382+
// ppoll(2) is not supported on macOS
383383
poll_timeout = pt ?
384384
(int)(pt->tv_sec * 1000 + pt->tv_nsec / 1000000) : -1;
385385
nready = poll(pfd, 1, poll_timeout);

0 commit comments

Comments
 (0)