Merge pull request #22694 from allencloud/fix-typos-in-docs
docs: correct some typos
(cherry picked from commit 475c37dd66
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
c23ad97de5
commit
77efb507b3
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ instructions that didn’t modify the filesystem.
|
|||
|
||||
Content addressability is the foundation for the new distribution features. The
|
||||
image pull and push code has been reworked to use a download/upload manager
|
||||
concept that makes pushing and pulling images much more stable and mitigate any
|
||||
concept that makes pushing and pulling images much more stable and mitigates any
|
||||
parallel request issues. The download manager also brings retries on failed
|
||||
downloads and better prioritization for concurrent downloads.
|
||||
|
||||
|
|
|
@ -232,7 +232,7 @@ Congrats! You just deployed a container secured with a custom apparmor profile!
|
|||
|
||||
## Debug AppArmor
|
||||
|
||||
You can use `demsg` to debug problems and `aa-status` check the loaded profiles.
|
||||
You can use `dmesg` to debug problems and `aa-status` check the loaded profiles.
|
||||
|
||||
### Use dmesg
|
||||
|
||||
|
|
Loading…
Reference in a new issue