Fix spelling mistakes

pull/1/head
CleanMachine1 2022-06-30 21:57:34 +02:00
parent 9b1c80c556
commit a082829909
No known key found for this signature in database
GPG Key ID: E648435156E3CB1C
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Masscan
> Network scanner for scanning as fast as possible.
> Best run with elevated priviledges. Nmap compability run `masscan --nmap` to find out more.
> Best run with elevated privileges. Nmap compatibility run `masscan --nmap` to find out more.
> More information: <https://github.com/robertdavidgraham/masscan>.
- Scan an IP or network subnet for port 80:

View File

@ -1,6 +1,6 @@
# timidity
> TiMidity++ is a MIDI file player and convertor.
> TiMidity++ is a MIDI file player and converter.
> More information: <http://timidity.sourceforge.net>.
- Play a MIDI file:

View File

@ -1,7 +1,7 @@
# tlmgr backup
> Manage backups of TeX Live packages.
> The default backup location is saved in the `backupdir` setting, which can be optained with `tlmgr option`.
> The default backup location is saved in the `backupdir` setting, which can be obtained with `tlmgr option`.
> More information: <https://www.tug.org/texlive/tlmgr.html>.
- Make a backup of one or more packages:

View File

@ -15,7 +15,7 @@
`zig init-exe`
- Intitialize a `zig build` library:
- Initialize a `zig build` library:
`zig init-lib`