From Anders: Fix a typo
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 12 Mar 2009 10:58:53 +0000 (10:58 +0000)
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 12 Mar 2009 10:58:53 +0000 (10:58 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27710 f5534014-38df-0310-8fa8-9805f1628bb7

packaging/nsis/wireshark.nsi

index b984f1937fe18cc60817e6916383116785e6b330..ac643b188d6c6aed52f315c621300d80b5095be7 100644 (file)
@@ -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"