aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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