From 11f7ba2e0a80dae890c5162a92635d6c6151af64 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Thu, 22 Dec 2022 00:12:19 +0100 Subject: [PATCH] Fix a typo --- PowerEditor/installer/nsisInclude/functionList.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/installer/nsisInclude/functionList.nsh b/PowerEditor/installer/nsisInclude/functionList.nsh index ec6f637f8..9c642bd7d 100644 --- a/PowerEditor/installer/nsisInclude/functionList.nsh +++ b/PowerEditor/installer/nsisInclude/functionList.nsh @@ -185,7 +185,7 @@ SectionGroup "Function List Files" functionListComponent ${MementoSection} "Pascal" Pascal SetOutPath "$INSTDIR\functionList" - File ".\functionList\pascl.xml" + File ".\functionList\pascal.xml" ${MementoSectionEnd} ${MementoSection} "NppExecScript" NppExecScript