From 6383a3fdf0df521d0fda5b11b92849870c30b9e2 Mon Sep 17 00:00:00 2001 From: Matt Widmann Date: Thu, 14 Feb 2013 14:39:59 -0500 Subject: .osx: Fix typo Ref. #183. --- .osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.osx b/.osx index fcee4bf..82cc4a2 100755 --- a/.osx +++ b/.osx @@ -279,7 +279,7 @@ unset file ############################################################################### # Enable highlight hover effect for the grid view of a stack (Dock) -defaults write com.apple.dock mouse-over-hilte-stack -bool true +defaults write com.apple.dock mouse-over-hilite-stack -bool true # Set the icon size of Dock items to 36 pixels defaults write com.apple.dock tilesize -int 36 -- cgit v1.2.3