1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

fix: typo fixes found by codespell

This commit is contained in:
Sylvestre Ledru 2020-05-01 23:35:55 +02:00
parent df44af2321
commit 6e8c901204
13 changed files with 16 additions and 16 deletions

View file

@ -161,7 +161,7 @@ feat_require_unix = [
"uname",
"unlink",
]
# "feat_require_unix_utmpx" == set of utilites requiring unix utmp/utmpx support
# "feat_require_unix_utmpx" == set of utilities requiring unix utmp/utmpx support
# * ref: <https://wiki.musl-libc.org/faq.html#Q:-Why-is-the-utmp/wtmp-functionality-only-implemented-as-stubs?>
feat_require_unix_utmpx = [
"pinky",
@ -170,7 +170,7 @@ feat_require_unix_utmpx = [
"who",
]
## (alternate/newer/smaller platforms) feature sets
# "feat_os_unix_fuchsia" == set of utilities which can be built/run on the "Fuschia" OS (refs: <https://fuchsia.dev>; <https://en.wikipedia.org/wiki/Google_Fuchsia>)
# "feat_os_unix_fuchsia" == set of utilities which can be built/run on the "Fuchsia" OS (refs: <https://fuchsia.dev>; <https://en.wikipedia.org/wiki/Google_Fuchsia>)
feat_os_unix_fuchsia = [
"feat_common_core",
#