diff --git a/pages/common/git-blame-someone-else.md b/pages/common/git-blame-someone-else.md index 2882ab039..5bbc66983 100644 --- a/pages/common/git-blame-someone-else.md +++ b/pages/common/git-blame-someone-else.md @@ -3,6 +3,6 @@ > Blame someone else for your bad code. > More information: . -- Change the commiter and author of a commit: +- Change the committer and author of a commit: `git blame-someone-else "{{author }}" {{commit}}` diff --git a/pages/common/hping3.md b/pages/common/hping3.md index 81a5c2c12..7794e3c73 100644 --- a/pages/common/hping3.md +++ b/pages/common/hping3.md @@ -1,7 +1,7 @@ # hping3 > Advanced ping utility which supports protocols such TCP, UDP, and raw IP. -> Best run with elevated priviledges. +> Best run with elevated privileges. > More information: . - Ping a destination with 4 ICMP ping requests: diff --git a/pages/common/llc.md b/pages/common/llc.md index c456ac8a3..666cd672c 100644 --- a/pages/common/llc.md +++ b/pages/common/llc.md @@ -15,6 +15,6 @@ `llc --output {{path/to/output.s}}` -- Emit fully relocateable, position independent code: +- Emit fully relocatable, position independent code: `llc -relocation-model=pic {{path/to/input.ll}}`