aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-11 14:25:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-11 14:25:25 +1200
commit1ca54e7c1d185e0cca6d35b619a6187423ca3416 (patch)
treef1c4914b4b08b00360f66a1aeadfdbbeaccafcfc /bash
parentTest bc(1) for non-POSIX -q (diff)
downloaddotfiles-1ca54e7c1d185e0cca6d35b619a6187423ca3416.tar.gz
dotfiles-1ca54e7c1d185e0cca6d35b619a6187423ca3416.zip
Fix comment typo
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc.d/ed.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/ed.bash b/bash/bashrc.d/ed.bash
index 4653743b..b87894df 100644
--- a/bash/bashrc.d/ed.bash
+++ b/bash/bashrc.d/ed.bash
@@ -10,7 +10,7 @@ ed() {
# Colon prompt (POSIX)
set -- -p : "$@"
- # Verbose if availble (not POSIX)
+ # Verbose if available (not POSIX)
if ed -sv - </dev/null >&0 2>&0 ; then
set -- -v "$@"
fi