aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win-setup.sh
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-01-26 00:15:01 +0000
committerBill Meier <wmeier@newsguy.com>2011-01-26 00:15:01 +0000
commitcc70d90bb01a28d11cd72cf439c93f157063e004 (patch)
treefc1aa6d50521655cfcb591d732416f62edc63c36 /tools/win-setup.sh
parentfe8f565a89fc58193e424ab0bc8d28277c5de0dd (diff)
(Trivial) Fix a typo.
svn path=/trunk/; revision=35652
Diffstat (limited to 'tools/win-setup.sh')
-rwxr-xr-xtools/win-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win-setup.sh b/tools/win-setup.sh
index 8ee3e9ab8f..4a26929cf4 100755
--- a/tools/win-setup.sh
+++ b/tools/win-setup.sh
@@ -1,6 +1,6 @@
#!/bin/bash
(shopt -s igncr) 2>/dev/null && shopt -s igncr; # hack to force this file to be processed by cygwin bash with -o igncr
- # needed when this file is exec'd from win32-set.sh & win64-setup.sh
+ # needed when this file is exec'd from win32-setup.sh & win64-setup.sh
#
# $Id$