From f4588e4ce1529e5d26b006733f10d60fec716961 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 17 Sep 2002 19:45:50 +0000 Subject: [PATCH] Typo fixed git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1017 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/script.cpp b/Source/script.cpp index 37bc98ac..03dae374 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -3712,7 +3712,7 @@ int CEXEBuild::do_add_file(const char *lgss, int attrib, int recurse, int linecn { if (hFileMap) CloseHandle(hFileMap); CloseHandle(hFile); - ERROR_MSG("File: failed mmapping file \"%s\"\n",newfn); + ERROR_MSG("File: failed mapping file \"%s\"\n",newfn); return PS_ERROR; } }