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

@ -88,7 +88,7 @@ how to use Git, follow this [tutorial][5] and bookmark this [reference][6].
### Completions ### Completions
Submit program completions to the [zsh-completions][7] project. The Oh My Zsh Submit program completions to the [zsh-completions][7] project. The Oh My Zsh
completions directory will be synched against it. completions directory will be synchronized against it.
Resources Resources
--------- ---------
@ -107,7 +107,7 @@ improve its performance, do not hesitate to fork and send pull requests.
- Check that the issue has not already been reported. - Check that the issue has not already been reported.
- Check that the issue has not already been fixed in the latest code. - Check that the issue has not already been fixed in the latest code.
- Open an issue with a clear title and description in gramatically correct, - Open an issue with a clear title and description in grammatically correct,
complete sentences. complete sentences.
### Pull Request ### Pull Request

View file

@ -3,7 +3,7 @@ History
Sets [history][1] options and defines history aliases. Sets [history][1] options and defines history aliases.
VARIABLES Variables
--------- ---------
- `HISTFILE` stores the path to the history file. - `HISTFILE` stores the path to the history file.

View file

@ -38,7 +38,7 @@ following to *tmux.conf*:
set-option -g default-command "reattach-to-user-namespace -l $SHELL -l" set-option -g default-command "reattach-to-user-namespace -l $SHELL -l"
Furthermore, tmux is known to cause **kernel panics** on Mac OS X. A discussion Furthermore, tmux is known to cause **kernel panics** on Mac OS X. A discussion
about this and OMZ has already been opened [here][2]. about this and OMZ has already been [opened][2].
Authors Authors
------- -------

View file

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

View file

@ -30,7 +30,7 @@ The configuration files are read in the following order:
### zshenv ### zshenv
This file is sourced by all instances of Zsh, and thus, it should be kept as This file is sourced by all instances of Zsh, and thus, it should be kept as
small as possible. It should only define environment variables. small as possible and should only define environment variables.
### zprofile ### zprofile