- Fix spelling errors spotted by Gez in a few comments.

SVN r3957 (trunk)
This commit is contained in:
Randy Heit 2012-11-09 23:13:50 +00:00
parent 2ce1debe8d
commit a4312fb106
3 changed files with 4 additions and 4 deletions

View File

@ -357,8 +357,8 @@ unsigned int PClass::Extend(unsigned int extension)
} }
// Like FindClass but creates a placeholder if no class // Like FindClass but creates a placeholder if no class
// is found. CreateDerivedClass will automatcally fill in // is found. CreateDerivedClass will automatically fill
// the placeholder when the actual class is defined. // in the placeholder when the actual class is defined.
const PClass *PClass::FindClassTentative (FName name) const PClass *PClass::FindClassTentative (FName name)
{ {
if (name == NAME_None) if (name == NAME_None)

View File

@ -491,7 +491,7 @@ int V_GetColorFromString (const DWORD *palette, const char *cstr)
else else
{ {
normal: normal:
// Treat it as a space-delemited hexadecimal string // Treat it as a space-delimited hexadecimal string
for (i = 0; i < 3; ++i) for (i = 0; i < 3; ++i)
{ {
// Skip leading whitespace // Skip leading whitespace