aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Flores2013-10-24 23:56:48 -0200
committerAdam Vandenberg2013-10-24 20:29:50 -0700
commitc38e4a4b368ad9bf7709657574fae679e54c4414 (patch)
tree00360d972d9a3c816b9e0cb4e5c45eaf2a4e1346
parent23aa590e455672631b5fb33613a104255e777eb8 (diff)
downloadhomebrew-c38e4a4b368ad9bf7709657574fae679e54c4414.tar.bz2
Fixing a typo on TMux formula
Closes #23570. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/tmux.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tmux.rb b/Library/Formula/tmux.rb
index a735d30bb..2e8f3a079 100644
--- a/Library/Formula/tmux.rb
+++ b/Library/Formula/tmux.rb
@@ -39,7 +39,7 @@ class Tmux < Formula
end
def caveats; <<-EOS.undent
- Exmample configurations have been installed to:
+ Example configurations have been installed to:
#{share}/tmux/examples
EOS
end