nsis: Fix typo in installer
authorStig Bjørlykke <stig@bjorlykke.org>
Mon, 7 Aug 2017 08:00:53 +0000 (10:00 +0200)
committerStig Bjørlykke <stig@bjorlykke.org>
Mon, 7 Aug 2017 08:02:15 +0000 (08:02 +0000)
Change-Id: Ic958729517dda653fc3f511379aa48956d87d225
Reviewed-on: https://code.wireshark.org/review/22986
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
packaging/nsis/wireshark.nsi

index fa7379fe570f7b7c56b8822c72db855ab084563e..d848b0845ae001d5a7bcb14158ca8c64abc48db7 100644 (file)
@@ -1205,7 +1205,7 @@ SectionEnd
   !insertmacro MUI_DESCRIPTION_TEXT ${SecMergecap} "Combine multiple saved capture files into a single output file"
   !insertmacro MUI_DESCRIPTION_TEXT ${SecReordercap} "Copy packets to a new file, sorted by time."
   !insertmacro MUI_DESCRIPTION_TEXT ${SecDFTest} "Shows display filter byte-code, for debugging dfilter routines"
-  !insertmacro MUI_DESCRIPTION_TEXT ${SecCapinfos} "Pring information about capture files."
+  !insertmacro MUI_DESCRIPTION_TEXT ${SecCapinfos} "Print information about capture files."
   !insertmacro MUI_DESCRIPTION_TEXT ${SecRawshark} "Raw packet filter."
 
 !ifdef USER_GUIDE_DIR