diff options
author | Sebastian Lackner | 2018-12-27 12:03:00 +0100 |
---|---|---|
committer | rfjakob | 2018-12-27 15:19:55 +0100 |
commit | 874eaf9734cc10940e08f7b043652449e1e220b5 (patch) | |
tree | 1d58848741a2a78426b412fab51b22ee997d9f12 /Documentation | |
parent | 4c2ff26457471cd36b25c29fb3f982b27002ce3c (diff) |
Assorted spelling fixes.
Mostly detected with the 'codespell' utility, but also includes some
manual grammar fixes.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/CLI_ABI.md | 2 | ||||
-rw-r--r-- | Documentation/extractloop.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/CLI_ABI.md b/Documentation/CLI_ABI.md index 979280b..9581556 100644 --- a/Documentation/CLI_ABI.md +++ b/Documentation/CLI_ABI.md @@ -98,5 +98,5 @@ Content of "change.txt": Further Reading --------------- -Additional exit codes that are unlikely to occour are defined in +Additional exit codes that are unlikely to occur are defined in [exitcodes.go](../internal/exitcodes/exitcodes.go). diff --git a/Documentation/extractloop.md b/Documentation/extractloop.md index ee8c0ae..62f9939 100644 --- a/Documentation/extractloop.md +++ b/Documentation/extractloop.md @@ -13,8 +13,8 @@ What the extractloop stress test does is (top comment in `extractloop.bash`): # huge numbers of files. ``` -Memory usage stabilises at 119MiB, we do not run of fds, -and the interation time is stable at 37 seconds. The test +Memory usage stabilises at 119MiB, we do not run out of fds, +and the iteration time is stable at 37 seconds. The test runs slower in the beginning due to xfstests running in parallel on the test machine. |