Skip to content

Commit b448722

Browse files
authored
Merge pull request #7300 from cakebaker/ci_fix_spelling_errors
ci: add words to `spell-checker:ignore` in two files
2 parents 112cb4c + 3de1cca commit b448722

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# spell-checker:ignore bintools gnum gperf ldflags libclang nixpkgs numtide pkgs texinfo
12
{
23
inputs = {
34
nixpkgs.url = "github:nixos/nixpkgs";

util/build-gnu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# `build-gnu.bash` ~ builds GNU coreutils (from supplied sources)
33
#
44

5-
# spell-checker:ignore (paths) abmon deref discrim eacces getlimits getopt ginstall inacc infloop inotify reflink ; (misc) INT_OFLOW OFLOW baddecode submodules xstrtol ; (vars/env) SRCDIR vdir rcexp xpart dired OSTYPE ; (utils) gnproc greadlink gsed multihardlink texinfo
5+
# spell-checker:ignore (paths) abmon deref discrim eacces getlimits getopt ginstall inacc infloop inotify reflink ; (misc) INT_OFLOW OFLOW baddecode submodules xstrtol distros ; (vars/env) SRCDIR vdir rcexp xpart dired OSTYPE ; (utils) gnproc greadlink gsed multihardlink texinfo
66

77
set -e
88

@@ -346,7 +346,7 @@ sed -i "s/color_code='0;31;42'/color_code='31;42'/" tests/ls/quote-align.sh
346346
# Slightly different error message
347347
sed -i 's/not supported/unexpected argument/' tests/mv/mv-exchange.sh
348348
# Most tests check that `/usr/bin/tr` is working correctly before running.
349-
# However in NixOS/Nix-based distros, the tr coreutil is located somewhere in
349+
# However in NixOS/Nix-based distros, the tr util is located somewhere in
350350
# /nix/store/xxxxxxxxxxxx...xxxx/bin/tr
351351
# We just replace the references to `/usr/bin/tr` with the result of `$(which tr)`
352352
sed -i 's/\/usr\/bin\/tr/$(which tr)/' tests/init.sh

0 commit comments

Comments
 (0)