docs: correct some typos
(cherry picked from commit 475c37dd66ce4b2f3994ac61a4494950e43873b9)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -29,7 +29,7 @@ instructions that didn’t modify the filesystem. |
| 29 | 29 |
|
| 30 | 30 |
Content addressability is the foundation for the new distribution features. The |
| 31 | 31 |
image pull and push code has been reworked to use a download/upload manager |
| 32 |
-concept that makes pushing and pulling images much more stable and mitigate any |
|
| 32 |
+concept that makes pushing and pulling images much more stable and mitigates any |
|
| 33 | 33 |
parallel request issues. The download manager also brings retries on failed |
| 34 | 34 |
downloads and better prioritization for concurrent downloads. |
| 35 | 35 |
|
| ... | ... |
@@ -232,7 +232,7 @@ Congrats! You just deployed a container secured with a custom apparmor profile! |
| 232 | 232 |
|
| 233 | 233 |
## Debug AppArmor |
| 234 | 234 |
|
| 235 |
-You can use `demsg` to debug problems and `aa-status` check the loaded profiles. |
|
| 235 |
+You can use `dmesg` to debug problems and `aa-status` check the loaded profiles. |
|
| 236 | 236 |
|
| 237 | 237 |
### Use dmesg |
| 238 | 238 |
|