1
Fork 0
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:
Roy Ivy III 2020-05-23 20:34:57 -05:00
parent 785bac49b8
commit 6cb609aeee
5 changed files with 6 additions and 6 deletions

View file

@ -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";