aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-08 20:43:59 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-08 20:43:59 +0000
commit4fd43bd166fb6c53e6b9093bea09e3be37911230 (patch)
tree2b6cb4b36d88c3571ef8308ca7801f52dfc156c0 /packaging/nsis
parent2207d570870b39e6dcdbcc14e25fd70be901579c (diff)
From Lars Roland: fix a typo.
svn path=/trunk/; revision=9206
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/ethereal.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 53dc7f903a..10b9be3d50 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.25 2003/12/07 00:04:32 gerald Exp $
+; $Id: ethereal.nsi,v 1.26 2003/12/08 20:43:59 guy Exp $
; ============================================================================
; Header configuration
@@ -85,7 +85,7 @@ File "${COMMON_FILES_GNU}\libintl-1.dll"
!endif
File "${COMMON_FILES_GNU}\zlib1.dll"
File "${COMMON_FILES_GNU}\adns_dll.dll"
-File "${COMMON_FILES_GNU}\prce.dll"
+File "${COMMON_FILES_GNU}\pcre.dll"
File "..\..\FAQ"
File "..\..\README"
File "..\..\README.win32"