From e4719999325f611503c2ad1dc7bea3e8ac25f557 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Mon, 11 Jul 2022 02:04:06 +0200 Subject: [PATCH] common/*: fix spelling errors --- pages/common/git-blame-someone-else.md | 2 +- pages/common/hping3.md | 2 +- pages/common/llc.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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}}`