Skip to content

Commit 76b5fe1

Browse files
committed
Type fix and add Nushell, esep, AUTOLOAD to spellcheck
Signed-off-by: Philippe Llerena <[email protected]>
1 parent 2dbd0f4 commit 76b5fe1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

crates/spfs/src/runtime/config_nu.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
4-
// Warning Nuhshell version >=0.96
4+
// Warning Nushell version >=0.97
55

66

77
pub fn source<T>(_tmpdir: Option<&T>) -> String

crates/spfs/src/runtime/env_nu.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
4-
// Warning Nuhshell version >=0.96
4+
// Warning Nushell version >=0.97
55

66
pub fn source<T>(_tmpdir: Option<&T>) -> String
77
where

cspell.json

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"ASWF",
3131
"atexit",
3232
"autogen",
33+
"AUTOLOAD",
3334
"automounter",
3435
"autopoint",
3536
"autoreconf",
@@ -201,6 +202,7 @@
201202
"errexit",
202203
"Errno",
203204
"esac",
205+
"esep",
204206
"ESRCH",
205207
"euid",
206208
"evenmoredata",
@@ -448,6 +450,8 @@
448450
"NQCYJ",
449451
"NTSTATUS",
450452
"numpy",
453+
"nushell",
454+
"Nushell",
451455
"nvcc",
452456
"NVPTX",
453457
"NZFA",

0 commit comments

Comments
 (0)