Merge pull request #39 from timss/typo-obsolte

Fix 'obsolte' typo
This commit is contained in:
Bruno Sutic 2017-09-05 17:17:20 +02:00 committed by GitHub
commit e91b178ff8

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