Skip to content

Commit e91b178

Browse files
authored
Merge pull request #39 from timss/typo-obsolte
Fix 'obsolte' typo
2 parents 526110e + bb9a833 commit e91b178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensible.tmux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ main() {
126126

127127
# if C-b is not prefix
128128
if [ $prefix != "C-b" ]; then
129-
# unbind obsolte default binding
129+
# unbind obsolete default binding
130130
if key_binding_not_changed "C-b" "send-prefix"; then
131131
tmux unbind-key C-b
132132
fi

0 commit comments

Comments
 (0)