mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
docs/codespell ~ fix spelling errors
This commit is contained in:
parent
785bac49b8
commit
6cb609aeee
5 changed files with 6 additions and 6 deletions
|
@ -10,9 +10,9 @@ static TEST_TEMPLATE5: &'static str = "tempXXX";
|
|||
static TEST_TEMPLATE6: &'static str = "tempXXXlate";
|
||||
static TEST_TEMPLATE7: &'static str = "XXXtemplate";
|
||||
#[cfg(unix)]
|
||||
static TEST_TEMPLATE8: &'static str = "tempXXXla/te";
|
||||
static TEST_TEMPLATE8: &'static str = "tempXXXl/ate";
|
||||
#[cfg(windows)]
|
||||
static TEST_TEMPLATE8: &'static str = "tempXXXla\\te";
|
||||
static TEST_TEMPLATE8: &'static str = "tempXXXl\\ate";
|
||||
|
||||
const TMPDIR: &'static str = "TMPDIR";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue