From 1890d2758309ba12bf87936dd8af54742ab08008 Mon Sep 17 00:00:00 2001 From: Rodrigo Flores Date: Thu, 24 Oct 2013 23:56:48 -0200 Subject: [PATCH] Fixing a typo on TMux formula Closes Homebrew/homebrew#23570. Signed-off-by: Adam Vandenberg --- Formula/tmux.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/tmux.rb b/Formula/tmux.rb index a735d30bb8034..2e8f3a0792490 100644 --- a/Formula/tmux.rb +++ b/Formula/tmux.rb @@ -39,7 +39,7 @@ def install end def caveats; <<-EOS.undent - Exmample configurations have been installed to: + Example configurations have been installed to: #{share}/tmux/examples EOS end