Merge pull request #1190 from piorrro33/patch-2

Typo correction #2
This commit is contained in:
Gregory Hainaut 2016-02-18 14:36:40 +01:00
commit 1e549b0ab4
1 changed files with 2 additions and 2 deletions

View File

@ -313,7 +313,7 @@ static void __forceinline PluginNullConfigure(std::string desc, s32 &log)
/* To do: Write a dialog box that displays a dialog box with the text in desc, /* To do: Write a dialog box that displays a dialog box with the text in desc,
and a check box that says "Logging", checked if log !=0, and set log to and a check box that says "Logging", checked if log !=0, and set log to
1 if it is checked on return, and 0 if it isn't. */ 1 if it is checked on return, and 0 if it isn't. */
SysMessage("This space intentionally left blank."); SysMessage("This space is intentionally left blank.");
} }
static void __forceinline PluginNullAbout(const char *aboutText) static void __forceinline PluginNullAbout(const char *aboutText)
@ -337,7 +337,7 @@ static void __forceinline PluginNullConfigure(std::string desc, s32 &log)
/* To do: Write a dialog box that displays a dialog box with the text in desc, /* To do: Write a dialog box that displays a dialog box with the text in desc,
and a check box that says "Logging", checked if log !=0, and set log to and a check box that says "Logging", checked if log !=0, and set log to
1 if it is checked on return, and 0 if it isn't. */ 1 if it is checked on return, and 0 if it isn't. */
SysMessage(L"This space intentionally left blank."); SysMessage(L"This space is intentionally left blank.");
} }
static void __forceinline PluginNullAbout(const wchar_t *aboutText) static void __forceinline PluginNullAbout(const wchar_t *aboutText)