From 4201368cde5fe5579d2dd9b3a26f7db317da1888 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Mon, 16 Sep 2024 13:58:46 +0200 Subject: [PATCH] Fix typo --- PowerEditor/src/MISC/PluginsManager/Notepad_plus_msgs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/src/MISC/PluginsManager/Notepad_plus_msgs.h b/PowerEditor/src/MISC/PluginsManager/Notepad_plus_msgs.h index 4439287f339..ee1e6a33342 100644 --- a/PowerEditor/src/MISC/PluginsManager/Notepad_plus_msgs.h +++ b/PowerEditor/src/MISC/PluginsManager/Notepad_plus_msgs.h @@ -985,7 +985,7 @@ enum Platform { PF_UNKNOWN, PF_X86, PF_X64, PF_IA64, PF_ARM64 }; // Get the Current native language file name string. Use it after getting NPPN_READY notification to find out which native language is used. // Users should call it with nativeLangFileName as NULL to get the required number of char (not including the terminating nul character), // allocate language file name string buffer with the return value + 1, then call it again to get the current native language file name string. - // If there's no localization file aplied, the returned value is 0. + // If there's no localization file applied, the returned value is 0. // wParam[in]: strLen is "language file name string" buffer length // lParam[out]: language file name string receives all copied native language file name string // Return the number of char copied/to copy