Skip to content

Commit

Permalink
Fix typo (thanks to Karol)
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed May 25, 2011
1 parent 9f3b32d commit 9741785
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DESCRIPTION

An Arch's pacman-liked package manager for all Linux distributions.
An Arch's pacman-like package manager for all Linux distributions.
Actually this Bash script provides a wrapper for system's package manager.

Instead of remembering various options/tools on different OSs, you only
Expand All @@ -27,7 +27,7 @@ INSTALL
$ wget https://github.com/icy/pacapt/raw/master/pacman -O /usr/local/bin/pacman
$ chmod 755 /usr/local/bin/pacman

This script shouldn't be installed on Arch-liked system.
This script shouldn't be installed on Arch-based system.

SYNTAX

Expand Down Expand Up @@ -76,7 +76,7 @@ NOTES
Similiarily, any further option which isn't recognized by getopts (1)
can be passed to system tool.

When being executed on Arch-liked system, the tool simplify invokes
When being executed on Arch-based system, the tool simplify invokes
the system tool '/usr/bin/pacman'. So you would never install this tool
as '/usr/bin/pacman', otherwise you may break your system!

Expand Down
6 changes: 3 additions & 3 deletions pacman
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _help() {
cat <<\EOF
DESCRIPTION
An Arch's pacman-liked package manager for all Linux distributions.
An Arch's pacman-like package manager for all Linux distributions.
Actually this Bash script provides a wrapper for system's package manager.
Instead of remembering various options/tools on different OSs, you only
Expand All @@ -48,7 +48,7 @@ INSTALL
$ wget https://github.com/icy/pacapt/raw/master/pacman -O /usr/local/bin/pacman
$ chmod 755 /usr/local/bin/pacman
This script shouldn't be installed on Arch-liked system.
This script shouldn't be installed on Arch-based system.
SYNTAX
Expand Down Expand Up @@ -97,7 +97,7 @@ NOTES
Similiarily, any further option which isn't recognized by getopts (1)
can be passed to system tool.
When being executed on Arch-liked system, the tool simplify invokes
When being executed on Arch-based system, the tool simplify invokes
the system tool '/usr/bin/pacman'. So you would never install this tool
as '/usr/bin/pacman', otherwise you may break your system!
Expand Down

0 comments on commit 9741785

Please sign in to comment.