aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/CLI_ABI.md2
-rw-r--r--Documentation/extractloop.md4
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.