basename,realpath: update spell-checker:ignore

This commit is contained in:
Daniel Hofstetter 2024-08-09 14:58:12 +02:00
parent 7fcdf69adc
commit 32c88b4b96
2 changed files with 2 additions and 1 deletions

View file

@ -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) reallylongexecutable
// spell-checker:ignore (words) reallylongexecutable nbaz
use crate::common::util::TestScenario;
#[cfg(any(unix, target_os = "redox"))]

View file

@ -2,6 +2,7 @@
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
// spell-checker:ignore nusr
use crate::common::util::{get_root_path, TestScenario};
#[cfg(windows)]