summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-04-05 09:52:45 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-04-05 09:52:45 -0700
commitd80c542a77015bdc882ff3434c9eeb1a660ecdfb (patch)
tree99adf34850ba16480f5eae5beb6ecc701d0206c0
parentc6a8e270ab694c2291216b8c554c2f5f9dcf0fd0 (diff)
downloadvyatta-bash-d80c542a77015bdc882ff3434c9eeb1a660ecdfb.tar.gz
vyatta-bash-d80c542a77015bdc882ff3434c9eeb1a660ecdfb.zip
Fix spelling error warning
-rw-r--r--debian/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/README b/debian/README
index 9849f94..1c73327 100644
--- a/debian/README
+++ b/debian/README
@@ -116,7 +116,7 @@ A kind of FAQ for bash on Debian GNU/{Linux,Hurd}
That vi command mode keys work fine, and I can use the arrow keys in vi
mode, *provided I'm already in command mode already*. In other words,
bash is doing something wrong here such that it doesn't see the escape
- character at the begining of the key sequence even when in vi insert mode.
+ character at the beginning of the key sequence even when in vi insert mode.
Comment from the upstream author: "This guy destroyed the key binding for
ESC, which effectively disabled vi command mode. It's not as simple as he