diff options
Diffstat (limited to 'plugins/ContextHelp/src/helppack.cpp')
-rw-r--r-- | plugins/ContextHelp/src/helppack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ContextHelp/src/helppack.cpp b/plugins/ContextHelp/src/helppack.cpp index c8a21105aa..b5897cbe0d 100644 --- a/plugins/ContextHelp/src/helppack.cpp +++ b/plugins/ContextHelp/src/helppack.cpp @@ -171,7 +171,7 @@ static BOOL LoadPackData(HELPPACK_INFO *pack, BOOL fEnabledPacks, const char *ps Plugins-included: (multiple tags allowed)
X-FLName: name as used on the file listing (non-standard extension)
X-Version: 1.2.3.4 (non-standard extension)
- see 'Help-Translation.txt' for some header quidelines
+ see 'Help-Translation.txt' for some header guidelines
*/
if (!GetPackPath(szFileName, sizeof(szFileName), fEnabledPacks, pack->szFileName))
return FALSE;
|