diff options
author | Zack Middleton <zturtleman@gmail.com> | 2012-06-18 16:31:16 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 20:31:33 +0000 |
commit | 3a8f5c5225a6eefb1613f082c078670c643cc7e8 (patch) | |
tree | 65202e3a0580ca3e4edde6b5d5f53e71c70c3b38 /src/client | |
parent | be7a6f69aa019960319e5701cb6793292be34cfd (diff) |
REFACTOR [a vs an]
From /dev/humancontroller.
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/cl_main.c | 2 | ||||
-rw-r--r-- | src/client/snd_openal.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/cl_main.c b/src/client/cl_main.c index dd342387..84f49983 100644 --- a/src/client/cl_main.c +++ b/src/client/cl_main.c @@ -4001,7 +4001,7 @@ int CL_ServerStatus( char *serverAddress, char *serverStatusString, int maxLen ) // if this server status request has the same address if ( NET_CompareAdr( to, serverStatus->address) ) { - // if we recieved an response for this server status request + // if we received a response for this server status request if (!serverStatus->pending) { Q_strncpyz(serverStatusString, serverStatus->string, maxLen); serverStatus->retrieved = qtrue; diff --git a/src/client/snd_openal.c b/src/client/snd_openal.c index 28a7d2ee..88eaa0e9 100644 --- a/src/client/snd_openal.c +++ b/src/client/snd_openal.c @@ -510,7 +510,7 @@ int S_AL_SoundDuration( sfxHandle_t sfx ) ================= S_AL_BufferGet -Return's an sfx's buffer +Return's a sfx's buffer ================= */ static |