summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudia2017-06-17 20:20:56 +0200
committerClaudia Pellegrino2017-06-18 16:39:37 +0200
commita70d83cb557e63e753281a2e4bc2b7a4560097f4 (patch)
treedba9b8fe12bf10de16b383ec78b70eab9e8e57ef
parent2a4511cf4eb69d1af7f7abbfd8872f16c11dec0d (diff)
downloadaur-a70d83cb557e63e753281a2e4bc2b7a4560097f4.tar.gz
Fix typo
-rw-r--r--PKGBUILD2
-rw-r--r--bash-it-git.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 035628b22931..e92291c3f0b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -79,7 +79,7 @@ package() {
"${srcdir}/custom.lib.bash.shim" \
"${pkgdir}/usr/lib/${pkgname}/lib/custom.bash"
- # `.editorconfig` it not meant to be user-editable
+ # `.editorconfig` is not meant to be user-editable
cp -r --preserve=mode -t "${pkgdir}/usr/share/${pkgname}" \
"${srcdir}/.editorconfig" \
"${srcdir}/install.sh" \
diff --git a/bash-it-git.install b/bash-it-git.install
index 99a908326b0b..79648ef950ff 100644
--- a/bash-it-git.install
+++ b/bash-it-git.install
@@ -18,7 +18,7 @@ post_remove() {
## 1. Re-install bash-it-git ##
## 2. For each user, run: ~/.bash_it/uninstall.sh ##
## (this also restores their original .bashrc) ##
- ## 3. Remove the `~/.bash_it`directory (optional) ##
+ ## 3. Remove the `~/.bash_it` directory (optional) ##
## 4. Uninstall bash-it-git ##
## ##