aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-26 00:15:01 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-26 00:15:01 +0000
commit8f6902bd1b3113e2a76b23e6743faad8217ed738 (patch)
treefc1aa6d50521655cfcb591d732416f62edc63c36
parent9da2a382ae937298d2f7538c12baf785ba169db4 (diff)
(Trivial) Fix a typo.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35652 f5534014-38df-0310-8fa8-9805f1628bb7
-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$