From c2a5c8603386f1720b996b839802fae1fb60ba8a Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Wed, 4 May 2022 17:12:15 +0000 Subject: [PATCH] *: fix spelling mistakes (#8072) --- pages/linux/cgroups.md | 2 +- pages/linux/ffuf.md | 2 +- pages/linux/mate-calc-cmd.md | 2 +- pages/linux/mate-calc.md | 2 +- pages/linux/pinout.md | 2 +- pages/linux/po4a-gettextize.md | 2 +- pages/linux/sacctmgr.md | 2 +- pages/linux/trash.md | 2 +- pages/linux/v4l2-ctl.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/linux/cgroups.md b/pages/linux/cgroups.md index eac518c56..da35f3db3 100644 --- a/pages/linux/cgroups.md +++ b/pages/linux/cgroups.md @@ -1,6 +1,6 @@ # cgroups -> Cgroups aka control groups is a Linux kernel feature for limiting, mesuring, and controling resource usage by processes. +> Cgroups aka control groups is a Linux kernel feature for limiting, measuring, and controling resource usage by processes. > More information: . - Show the tldr page for `cgclassify`: diff --git a/pages/linux/ffuf.md b/pages/linux/ffuf.md index 8db03702b..4ae165e4e 100644 --- a/pages/linux/ffuf.md +++ b/pages/linux/ffuf.md @@ -7,7 +7,7 @@ `ffuf -w {{path/to/wordlist}} -u {{https://target/FUZZ}} -c -v` -- Fuzz host-[H]eaders with a host file on a traget website and [m]atch HTTP 200 [c]ode responses: +- Fuzz host-[H]eaders with a host file on a target website and [m]atch HTTP 200 [c]ode responses: `ffuf -w {{hosts.txt}} -u {{https://example.org}} -H "{{Host: FUZZ}}" -mc {{200}}` diff --git a/pages/linux/mate-calc-cmd.md b/pages/linux/mate-calc-cmd.md index 4c01c59dd..cb13097e9 100644 --- a/pages/linux/mate-calc-cmd.md +++ b/pages/linux/mate-calc-cmd.md @@ -7,6 +7,6 @@ `mate-calc-cmd` -- Calculate a specific mathematic expession: +- Calculate a specific mathematic expression: `{{2 + 5}}` diff --git a/pages/linux/mate-calc.md b/pages/linux/mate-calc.md index 1316ed404..318b976c4 100644 --- a/pages/linux/mate-calc.md +++ b/pages/linux/mate-calc.md @@ -7,6 +7,6 @@ `mate-calc` -- Calculate a specific mathematic expession: +- Calculate a specific mathematic expression: `mate-calc --solve {{2 + 5}}` diff --git a/pages/linux/pinout.md b/pages/linux/pinout.md index 2e2ea98cc..089388e29 100644 --- a/pages/linux/pinout.md +++ b/pages/linux/pinout.md @@ -7,6 +7,6 @@ `pinout` -- Open https://pinout.xyz/ in the default broswer: +- Open https://pinout.xyz/ in the default browser: `pinout -x` diff --git a/pages/linux/po4a-gettextize.md b/pages/linux/po4a-gettextize.md index a016da8bf..45b509d8b 100644 --- a/pages/linux/po4a-gettextize.md +++ b/pages/linux/po4a-gettextize.md @@ -11,6 +11,6 @@ `po4a-gettextize --help-format` -- Convert a text file along with a translated document to a PO file (`-l` option can be provied multiple times): +- Convert a text file along with a translated document to a PO file (`-l` option can be provided multiple times): `po4a-gettextize --format {{text}} --master {{path/to/master.txt}} --localized {{path/to/translated.txt}} --po {{path/to/result.po}}` diff --git a/pages/linux/sacctmgr.md b/pages/linux/sacctmgr.md index 3f18ab54d..13c3fda3b 100644 --- a/pages/linux/sacctmgr.md +++ b/pages/linux/sacctmgr.md @@ -15,6 +15,6 @@ `sacctmgr add account {{account_name}} cluster={{cluster_of_account}}` -- Show details of user/association/cluster/account using a spcific format: +- Show details of user/association/cluster/account using a specific format: `sacctmgr show {{user|association|cluster|account}} format="Accout%10" format="GrpTRES%30"` diff --git a/pages/linux/trash.md b/pages/linux/trash.md index 08420e07f..fdad9d389 100644 --- a/pages/linux/trash.md +++ b/pages/linux/trash.md @@ -19,7 +19,7 @@ `trash-empty` -- Permanentely delete all files in the trash which are older than 10 days: +- Permanently delete all files in the trash which are older than 10 days: `trash-empty {{10}}` diff --git a/pages/linux/v4l2-ctl.md b/pages/linux/v4l2-ctl.md index 7e1f3ccf8..5cf4308fe 100644 --- a/pages/linux/v4l2-ctl.md +++ b/pages/linux/v4l2-ctl.md @@ -19,7 +19,7 @@ `v4l2-ctl --all --device {{path/to/video_device}}` -- Capture a JPEG photo with a specfic resolution from video device: +- Capture a JPEG photo with a specific resolution from video device: `v4l2-ctl --device {{path/to/video_device}} --set-fmt-video=width={{width}},height={{height}},pixelformat=MJPG --stream-mmap --stream-to={{path/to/output.jpg}} --stream-count=1`