summaryrefslogtreecommitdiff
path: root/pcsound/pcsound.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 /pcsound/pcsound.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 'pcsound/pcsound.c')
-rw-r--r--pcsound/pcsound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcsound/pcsound.c b/pcsound/pcsound.c
index 4695e6e1..529349ef 100644
--- a/pcsound/pcsound.c
+++ b/pcsound/pcsound.c
@@ -109,7 +109,7 @@ int PCSound_Init(pcsound_callback_func callback_func)
}
else
{
- printf("Failed to initialise PC sound driver: %s\n",
+ printf("Failed to initialize PC sound driver: %s\n",
drivers[i]->name);
break;
}