Skip to content

Commit

Permalink
spell checker
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Jan 14, 2024
1 parent 3a443b7 commit 61643ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/cspell.dictionaries/shell.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ sudoedit
tcsh
tzselect
urandom
VARNAME
wtmp
zsh

Expand Down
1 change: 1 addition & 0 deletions src/uu/env/src/raw_string_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
//! on std library functionality when dealing with multi-byte characters.
//!
//! The general idea of this module is to encapsulate the unsafe parts in a small and easily testable unit.
// spell-checker:ignore (words) splitted
#![allow(unsafe_code)]

use std::mem;
Expand Down
1 change: 1 addition & 0 deletions src/uu/env/src/split_iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
//! Apart from the grammar differences, there is a new feature integrated: $VARIABLE expansion.
//!
//! [GNU env] <https://www.gnu.org/software/coreutils/manual/html_node/env-invocation.html#g_t_002dS_002f_002d_002dsplit_002dstring-syntax>
// spell-checker:ignore (words) Tomasz Miąsko rntfv FFFD varname

#![forbid(unsafe_code)]

Expand Down
2 changes: 1 addition & 1 deletion tests/by-util/test_env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
// spell-checker:ignore (words) bamf chdir rlimit prlimit COMSPEC
// spell-checker:ignore (words) bamf chdir rlimit prlimit COMSPEC cout cerr

#[cfg(any(target_os = "linux", target_os = "android"))]
use crate::common::util::expected_result;
Expand Down

0 comments on commit 61643ae

Please sign in to comment.