Skip to content

Commit

Permalink
*: fix spelling mistakes (tldr-pages#8072)
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanMachine1 authored May 4, 2022
1 parent 2eefbce commit c2a5c86
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pages/linux/cgroups.md
Original file line number Diff line number Diff line change
@@ -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: <https://www.kernel.org/doc/Documentation/cgroup-v2.txt>.
- Show the tldr page for `cgclassify`:
Expand Down
2 changes: 1 addition & 1 deletion pages/linux/ffuf.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`

Expand Down
2 changes: 1 addition & 1 deletion pages/linux/mate-calc-cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

`mate-calc-cmd`

- Calculate a specific mathematic expession:
- Calculate a specific mathematic expression:

`{{2 + 5}}`
2 changes: 1 addition & 1 deletion pages/linux/mate-calc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

`mate-calc`

- Calculate a specific mathematic expession:
- Calculate a specific mathematic expression:

`mate-calc --solve {{2 + 5}}`
2 changes: 1 addition & 1 deletion pages/linux/pinout.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

`pinout`

- Open https://pinout.xyz/ in the default broswer:
- Open https://pinout.xyz/ in the default browser:

`pinout -x`
2 changes: 1 addition & 1 deletion pages/linux/po4a-gettextize.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`
2 changes: 1 addition & 1 deletion pages/linux/sacctmgr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
2 changes: 1 addition & 1 deletion pages/linux/trash.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`

Expand Down
2 changes: 1 addition & 1 deletion pages/linux/v4l2-ctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit c2a5c86

Please sign in to comment.