- 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
// is found. CreateDerivedClass will automatcally fill in
// the placeholder when the actual class is defined.
// is found. CreateDerivedClass will automatically fill
// in the placeholder when the actual class is defined.
const PClass *PClass::FindClassTentative (FName name)
{
if (name == NAME_None)

View File

@ -904,7 +904,7 @@ struct line_t
slopetype_t slopetype; // To aid move clipping.
sector_t *frontsector, *backsector;
int validcount; // if == validcount, already checked
int locknumber; // [Dusk] lock number for special
int locknumber; // [Dusk] lock number for special
};
// phares 3/14/98

View File

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