From 762b43e72b518aa53fa1a844aefcbaa2b2af25d3 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 03:30:01 +0000 Subject: [PATCH] spelling: directory --- src/Cedar/SW.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cedar/SW.c b/src/Cedar/SW.c index 0d9a49a2..cc951dee 100644 --- a/src/Cedar/SW.c +++ b/src/Cedar/SW.c @@ -665,7 +665,7 @@ bool SwSfxCopyVgFiles(HWND hWnd, wchar_t *src, wchar_t *dst) } msg = L"The file \"%s\" was not found on the directory which the installer \"%s\" is located on.\r\n\r\n" - L"To continue the installation, the file \"%s\" is required on the same direcotry.\r\n" + L"To continue the installation, the file \"%s\" is required on the same directory.\r\n" L"If you have extracted the installer from a ZIP archive, you have to also extract the file \"%s\" from the ZIP archive together."; MsgBoxEx(hWnd, MB_ICONINFORMATION, msg, srcfilename, exefilename, srcfilename, srcfilename);