summaryrefslogtreecommitdiff
path: root/src/deh_main.c
diff options
context:
space:
mode:
authorSimon Howard2009-09-30 23:07:03 +0000
committerSimon Howard2009-09-30 23:07:03 +0000
commit410579ec66f7df8757cb980c0a78e3161b7f20d5 (patch)
treede78df18ecc96327446f554991fad708a84b7ecb /src/deh_main.c
parent42f7a9b8a27ae1192b49005f5be3eba32f740d05 (diff)
downloadchocolate-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_main.c')
-rw-r--r--src/deh_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/deh_main.c b/src/deh_main.c
index 616b30e0..dcdfb00d 100644
--- a/src/deh_main.c
+++ b/src/deh_main.c
@@ -108,7 +108,7 @@ void DEH_Checksum(md5_digest_t digest)
// Called on startup to call the Init functions
-static void InitialiseSections(void)
+static void InitializeSections(void)
{
unsigned int i;
@@ -383,7 +383,7 @@ void DEH_Init(void)
char *filename;
int p;
- InitialiseSections();
+ InitializeSections();
//!
// @category mod