Fix 'obsolte' typo

pull/39/head
timss 2017-09-03 16:11:52 +02:00
parent 526110eb9b
commit bb9a833510
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ main() {
# if C-b is not prefix
if [ $prefix != "C-b" ]; then
# unbind obsolte default binding
# unbind obsolete default binding
if key_binding_not_changed "C-b" "send-prefix"; then
tmux unbind-key C-b
fi