diff options
author | Simon Howard | 2009-09-30 23:07:03 +0000 |
---|---|---|
committer | Simon Howard | 2009-09-30 23:07:03 +0000 |
commit | 410579ec66f7df8757cb980c0a78e3161b7f20d5 (patch) | |
tree | de78df18ecc96327446f554991fad708a84b7ecb /src/deh_ptr.c | |
parent | 42f7a9b8a27ae1192b49005f5be3eba32f740d05 (diff) | |
download | chocolate-doom-410579ec66f7df8757cb980c0a78e3161b7f20d5.tar.gz chocolate-doom-410579ec66f7df8757cb980c0a78e3161b7f20d5.tar.bz2 chocolate-doom-410579ec66f7df8757cb980c0a78e3161b7f20d5.zip |
Change British English spellings to American English, for consistency.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1699
Diffstat (limited to 'src/deh_ptr.c')
-rw-r--r-- | src/deh_ptr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deh_ptr.c b/src/deh_ptr.c index a819ddc0..9841e38c 100644 --- a/src/deh_ptr.c +++ b/src/deh_ptr.c @@ -56,7 +56,7 @@ static void DEH_PointerInit(void) { int i; - // Initialise list of dehacked pointers + // Initialize list of dehacked pointers for (i=0; i<NUMSTATES; ++i) codeptrs[i] = states[i].action; |