diff options
author | Simon Howard | 2009-10-01 01:10:17 +0000 |
---|---|---|
committer | Simon Howard | 2009-10-01 01:10:17 +0000 |
commit | 06c73f7a43b0b569c63fb1153e9f8da25f3ddfb7 (patch) | |
tree | 91532a8428caeba2c2ba3ba21b8299a5dfad79a5 /src/net_loop.c | |
parent | 4a70f989d2aacabffc2f02017704de042be7418a (diff) | |
parent | 508c3fd3fa5b3149d329e15ea3e072ad2a7aa2f2 (diff) | |
download | chocolate-doom-06c73f7a43b0b569c63fb1153e9f8da25f3ddfb7.tar.gz chocolate-doom-06c73f7a43b0b569c63fb1153e9f8da25f3ddfb7.tar.bz2 chocolate-doom-06c73f7a43b0b569c63fb1153e9f8da25f3ddfb7.zip |
Merge from trunk.
Subversion-branch: /branches/opl-branch
Subversion-revision: 1702
Diffstat (limited to 'src/net_loop.c')
-rw-r--r-- | src/net_loop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net_loop.c b/src/net_loop.c index 890dcbf2..abba96e0 100644 --- a/src/net_loop.c +++ b/src/net_loop.c @@ -99,7 +99,7 @@ static boolean NET_CL_InitClient(void) static boolean NET_CL_InitServer(void) { - I_Error("NET_CL_InitServer: attempted to initialise client pipe end as a server!"); + I_Error("NET_CL_InitServer: attempted to initialize client pipe end as a server!"); return false; } @@ -161,7 +161,7 @@ net_module_t net_loop_client_module = static boolean NET_SV_InitClient(void) { - I_Error("NET_SV_InitClient: attempted to initialise server pipe end as a client!"); + I_Error("NET_SV_InitClient: attempted to initialize server pipe end as a client!"); return false; } |