Skip to content

Commit

Permalink
fix grammar mistakes in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Apr 16, 2011
1 parent a8ea54b commit 8789a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/tmux/buffer.rb
Expand Up @@ -81,7 +81,7 @@ def server
# @tmux delete-buffer
# @return [void]
def delete
freeze! # so we can still access it's old value
freeze! # so we can still access its old value
server.invoke_command "delete-buffer -b #@number -t #{@session.number}"
end

Expand Down
2 changes: 1 addition & 1 deletion lib/tmux/widgets/progress_bar.rb
Expand Up @@ -47,7 +47,7 @@ module Widgets
#
# # Remove the progress bar again, restoring any old content of the status bar.
# # Note: by passing the progress bar to #pop_widget, we avoid breaking the stack
# # if another application decided to display it's own widget on top of ours.
# # if another application decided to display its own widget on top of ours.
# session.status_bar.right.pop_widget(pbar)
#
#
Expand Down

0 comments on commit 8789a6d

Please sign in to comment.