Skip to content

Commit 81becab

Browse files
authored
docs: typos (ohmyzsh#13846)
Signed-off-by: vladdoster <vladislav.doster@icloud.com>
1 parent 6574980 commit 81becab

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

lib/cli.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ multi == 1 && /^[^#]*\)/ {
371371
next
372372
}
373373
374-
# if multi flag is enabled and we didnt find a closing parenthesis,
374+
# if multi flag is enabled and we didn't find a closing parenthesis,
375375
# get the indentation level to match when adding plugins
376376
multi == 1 && /^[^#]*/ {
377377
indent=\"\"

plugins/common-aliases/common-aliases.plugin.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if is-at-least 4.2.0; then
7878
alias -s chm=xchm
7979
alias -s djvu=djview
8080

81-
#list whats inside packed file
81+
#list what's inside packed file
8282
alias -s zip="unzip -l"
8383
alias -s rar="unrar l"
8484
alias -s tar="tar tf"

plugins/gnu-utils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The plugin also documents two other ways to do this:
2727

2828
1. Using a function wrapper, such that, for example, there exists a function
2929
named `ls` which calls `gls` instead. Since functions have a higher preference
30-
than commands, this ends up calling the GNU coreutil. It has also a higher
30+
than commands, this ends up calling the GNU coreutils. It has also a higher
3131
preference over shell builtins (`gecho` is called instead of the builtin `echo`).
3232

3333
2. Using an alias. This has an even higher preference than functions, but they

plugins/grunt/grunt.plugin.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#
2424
# Enable caching:
2525
#
26-
# If you want to use the cache, set the followings in your .zshrc:
26+
# If you want to use the cache, set the following in your .zshrc:
2727
#
2828
# zstyle ':completion:*' use-cache yes
2929
#

plugins/history-substring-search/history-substring-search.zsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ _history-substring-search-begin() {
295295
fi
296296

297297
#
298-
# Escape and join query parts with wildcard character '*' as seperator
299-
# `(j:CHAR:)` join array to string with CHAR as seperator
298+
# Escape and join query parts with wildcard character '*' as separator
299+
# `(j:CHAR:)` join array to string with CHAR as separator
300300
#
301301
local search_pattern="${(j:*:)_history_substring_search_query_parts[@]//(#m)[\][()|\\*?#<>~^]/\\$MATCH}*"
302302

plugins/pulumi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Pulumi
22

33
This is an **Oh My Zsh plugin** for the [**Pulumi CLI**](https://www.pulumi.com/docs/iac/cli/),
4-
an Infrastructure as Code (IaC) tool for building, deploying and managing cloud infrastucture.
4+
an Infrastructure as Code (IaC) tool for building, deploying and managing cloud infrastructure.
55

66
This plugin provides:
77

themes/trapd00r.zsh-theme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# scp1@shiva:pts/9-> /home » scp1 (0)
1111
# >
1212
#
13-
# that's user@host:pts/-> splitted path (return status)
13+
# that's user@host:pts/-> split path (return status)
1414
#
1515
# If the current directory is a git repository, we span 3 lines;
1616
#

0 commit comments

Comments
 (0)