diff --git a/src/BuildUtil/BuildUtilCommands.cs b/src/BuildUtil/BuildUtilCommands.cs index 96c5d523..1858a3c0 100644 --- a/src/BuildUtil/BuildUtilCommands.cs +++ b/src/BuildUtil/BuildUtilCommands.cs @@ -142,7 +142,7 @@ namespace BuildUtil "All [yes|no] [/NORMALIZESRC:yes|no] [/IGNOREERROR:yes|no] [/DEBUG:yes|no] [/SERIAL:yes|no]", "Builds all sources and releases all packages.", "[yes|no]:Specify 'yes' if you'd like to increment the build number.", - "NORMALIZESRC:Specity 'yes' if you'd like to normalize the build infomations in the source codes and resource scripts.", + "NORMALIZESRC:Specity 'yes' if you'd like to normalize the build informations in the source codes and resource scripts.", "IGNOREERROR:Specify yes if you'd like to ignore the child process to show the error message.", "SERIAL:Specify yes not to use parallel mode.", "DEBUG:Specity yes to enable debug mode. (UNIX only)" @@ -945,7 +945,7 @@ namespace BuildUtil "BuildWin32 [yes|no] [/NORMALIZESRC:yes|no]", "Builds all executable files for win32 and HamCore for all OS.", "[yes|no]:Specify 'yes' if you'd like to increment the build number.", - "NORMALIZESRC:Specity 'yes' if you'd like to normalize the build infomations in the source codes and resource scripts." + "NORMALIZESRC:Specity 'yes' if you'd like to normalize the build informations in the source codes and resource scripts." )] static int BuildWin32(ConsoleService c, string cmdName, string str) { diff --git a/src/Cedar/Admin.c b/src/Cedar/Admin.c index 78880201..82fc6f2a 100644 --- a/src/Cedar/Admin.c +++ b/src/Cedar/Admin.c @@ -6075,7 +6075,7 @@ UINT StGetLinkStatus(ADMIN *a, RPC_LINK_STATUS *t) return ERR_OBJECT_NOT_FOUND; } - // Get status infomation from session + // Get status information from session Lock(k->lock); { sess = k->ClientSession; diff --git a/src/vpnweb/vpnweb.rc b/src/vpnweb/vpnweb.rc index f2ff7c29..05734103 100644 --- a/src/vpnweb/vpnweb.rc +++ b/src/vpnweb/vpnweb.rc @@ -144,7 +144,7 @@ BEGIN IDS_STRING11004 "Failed to download file %S.\r\nInstallation of VPN software aborted." IDS_STRING11005 "Invalid file %S. \r\nInstallation of VPN software aborted." IDS_STRING11006 "Failed to create temporary file %s." - IDS_STRING11007 "Getting data and installing VPN software...\r\nPlease wait.\r\n\r\nAny of your private infomation is not sent to the Internet." + IDS_STRING11007 "Getting data and installing VPN software...\r\nPlease wait.\r\n\r\nAny of your private information is not sent to the Internet." END STRINGTABLE