summaryrefslogtreecommitdiff
path: root/src/d_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/d_main.c')
-rw-r--r--src/d_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d_main.c b/src/d_main.c
index c59a8fb7..3580c346 100644
--- a/src/d_main.c
+++ b/src/d_main.c
@@ -666,7 +666,7 @@ static struct
{ NULL, NULL, 0},
};
-// Initialise the game version
+// Initialize the game version
static void InitGameVersion(void)
{
@@ -1450,7 +1450,7 @@ void D_DoomMain (void)
I_Init ();
#ifdef FEATURE_MULTIPLAYER
- printf ("NET_Init: Initialise network subsystem.\n");
+ printf ("NET_Init: Init network subsystem.\n");
NET_Init ();
#endif