Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikee47 <mike@sillyhouse.net>2021-12-10 16:36:28 +0300
committermikee47 <mike@sillyhouse.net>2022-01-29 12:52:00 +0300
commit4977fa0c0e6b586fd71f0d1f1a312bb9b0a9a44d (patch)
tree6e33c30d9bbdff3729defceee666458f58d6a74d /scripts
parentead50807f1ca3fdf2da00b77a0ce02651ded2d13 (diff)
Fix spelling errors
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/test.py b/scripts/test.py
index 42a10f9..f8051f0 100755
--- a/scripts/test.py
+++ b/scripts/test.py
@@ -565,7 +565,7 @@ class TestSuite:
path=self.path))
mk.write('\n')
- # add truely global defines globally
+ # add truly global defines globally
for k, v in sorted(self.defines.items()):
mk.write('%s.test: override CFLAGS += -D%s=%r\n'
% (self.path, k, v))
@@ -656,7 +656,7 @@ def main(**args):
for path in glob.glob(testpath):
suites.append(TestSuite(path, classes, defines, filter, **args))
- # sort for reproducability
+ # sort for reproducibility
suites = sorted(suites)
# generate permutations