summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authormjz19910 <matthias291999@gmail.com>2022-01-06 07:07:15 -0700
committerLinus Groh <mail@linusgroh.de>2022-01-07 10:56:59 +0100
commit3102d8e160bd61181dce395b425aea99e8381632 (patch)
treea71464b934ddd5a302c292bac45767e18a9bc217 /Documentation
parent6bf91d00eff87b8904239db5126165485741d731 (diff)
downloadserenity-3102d8e160bd61181dce395b425aea99e8381632.zip
Everywhere: Fix many spelling errors
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RunningTests.md2
-rw-r--r--Documentation/VSCodeConfiguration.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/RunningTests.md b/Documentation/RunningTests.md
index 2479018f5c..9702985ef8 100644
--- a/Documentation/RunningTests.md
+++ b/Documentation/RunningTests.md
@@ -47,7 +47,7 @@ classes of common C++ errors, including memory leaks, out of bounds access to st
signed integer overflow. For more info on the sanitizers, check out the Address Sanitizer [wiki page](https://github.com/google/sanitizers/wiki),
or the Undefined Sanitizer [documentation](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html) from clang.
-Note that a sanitizer build will take significantly longer than a non-santizer build, and will mess with caches in tools such as `ccache`.
+Note that a sanitizer build will take significantly longer than a non-sanitizer build, and will mess with caches in tools such as `ccache`.
The sanitizers can be enabled with the `-DENABLE_FOO_SANITIZER` set of flags. For the Serenity target, only the Undefined Sanitizers is supported.
```sh
diff --git a/Documentation/VSCodeConfiguration.md b/Documentation/VSCodeConfiguration.md
index c60c1b168d..9a1e2d3b7b 100644
--- a/Documentation/VSCodeConfiguration.md
+++ b/Documentation/VSCodeConfiguration.md
@@ -88,7 +88,7 @@ These extensions can be used as-is, but you need to point them to the custom Ser
```
</details>
-Most nonsentical errors from the extension also involve not finding methods, types etc.
+Most nonsensical errors from the extension also involve not finding methods, types etc.
### DSL syntax highlighting
@@ -337,7 +337,7 @@ The following snippet may be useful if you want to quickly generate a license he
" * SPDX-License-Identifier: BSD-2-Clause",
" */"
],
- "description": "Licence header"
+ "description": "License header"
}
}
```