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/s_sound.h | |
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/s_sound.h')
-rw-r--r-- | src/s_sound.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s_sound.h b/src/s_sound.h index 67071338..b8d0e766 100644 --- a/src/s_sound.h +++ b/src/s_sound.h @@ -54,8 +54,8 @@ typedef struct snddevice_t *sound_devices; int num_sound_devices; - // Initialise sound module - // Returns true if successfully initialised + // Initialize sound module + // Returns true if successfully initialized boolean (*Init)(void); @@ -99,7 +99,7 @@ typedef struct snddevice_t *sound_devices; int num_sound_devices; - // Initialise the music subsystem + // Initialize the music subsystem boolean (*Init)(void); |