1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 22:09:25 +00:00

Correct spelling mistakes in READMEs

This commit is contained in:
Sorin Ionescu
2012-06-12 15:13:21 -04:00
parent 9ed470d77c
commit 859ab4e8e0
5 changed files with 9 additions and 9 deletions

View File

@ -64,7 +64,7 @@ Aliases
- `cp` copies files and directories interactively.
- `e` opens the default editor.
- `ln` links files and directories interactively.
- `mkdir` creates directories, including itermediery directories.
- `mkdir` creates directories, including intermediary directories.
- `mv` moves files and directories interactively.
- `p` opens the default pager.
- `po` removes a directory from the stack and changes to it (`popd`).
@ -101,13 +101,13 @@ Aliases
- `df` displays free disk space using human readable units.
- `du` displays disk usage using human readable units.
- `top` displays information about processes (alised to `htop`, if installed).
- `top` displays information about processes (aliased to `htop`, if installed).
- `topc` displays information about processes sorted by CPU usage (`htop` not
installed).
- `topm` dispalys information about processes sorted by RAM usage (`htop` not
- `topm` displays information about processes sorted by RAM usage (`htop` not
installed).
### Misecellaneous
### Miscellaneous
- `http-serve` serves a directory via HTTP.