aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2009-03-12 10:58:53 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2009-03-12 10:58:53 +0000
commit26059e7558642f3dbd090bf87e32020d9e583806 (patch)
tree907b95e6d08ece1cdbb943bb854df41cb8fc47af /packaging
parent18c5caa3d42cedbe274d602c4294d691e2ed5116 (diff)
From Anders: Fix a typo
svn path=/trunk/; revision=27710
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index b984f1937f..ac643b188d 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -35,7 +35,7 @@ InstType "un.All (remove all)"
Name "${PROGRAM_NAME} ${VERSION} (${BITS}-bit)"
; The file to write
-OutFile "wireshark-${WIRESHRK_TARGET_PLATFORM}-${VERSION}.exe"
+OutFile "wireshark-${WIRESHARK_TARGET_PLATFORM}-${VERSION}.exe"
; Icon of installer and uninstaller
Icon "..\..\image\wiresharkinst.ico"