mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 18:18:18 +00:00
Fix typo operation system
-> operating system
This commit is contained in:
parent
5d1eab1fdb
commit
40cee85558
|
@ -75,7 +75,7 @@ public:
|
|||
char aVersionStr[128];
|
||||
if(!os_version_str(aVersionStr, sizeof(aVersionStr)))
|
||||
{
|
||||
dbg_msg("engine", "operation system version: %s", aVersionStr);
|
||||
dbg_msg("engine", "operating system version: %s", aVersionStr);
|
||||
}
|
||||
|
||||
// init the network
|
||||
|
|
Loading…
Reference in a new issue