summaryrefslogtreecommitdiff
path: root/src/base/net_multiplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/net_multiplayer.c')
-rw-r--r--src/base/net_multiplayer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/base/net_multiplayer.c b/src/base/net_multiplayer.c
index ef0deab..bfd4f94 100644
--- a/src/base/net_multiplayer.c
+++ b/src/base/net_multiplayer.c
@@ -85,7 +85,7 @@ initNetMuliplayer(int type, char *ip, int port, int proto)
break;
#endif
default:
- assert(!_("Variable netGameType has a really wierd value!"));
+ assert(!_("Variable netGameType has a really weird value!"));
break;
}
@@ -109,7 +109,7 @@ eventNetMultiplayer()
break;
#endif
default:
- assert(!_("Variable netGameType has a really wierd value!"));
+ assert(!_("Variable netGameType has a really weird value!"));
break;
}
}
@@ -131,7 +131,7 @@ quitNetMultiplayer()
break;
#endif
default:
- assert(!_("Variable netGameType has a really wierd value!"));
+ assert(!_("Variable netGameType has a really weird value!"));
break;
}