Mercurial > hg > openttd
diff src/network/core/core.cpp @ 19968:0dba7f49118c draft
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
author | planetmaker <planetmaker@openttd.org> |
---|---|
date | Tue, 08 Jan 2013 22:46:42 +0000 |
parents | 20d6e821aaad |
children |
line wrap: on
line diff
--- a/src/network/core/core.cpp +++ b/src/network/core/core.cpp @@ -51,7 +51,7 @@ if (OpenDevice("timer.device", UNIT_MICROHZ, (struct IORequest*)TimerRequest, 0) == 0) { TimerBase = TimerRequest->tr_node.io_Device; if (TimerBase == NULL) { - /* free ressources... */ + /* free resources... */ DEBUG(net, 0, "[core] can't initialize timer, network unavailable"); return false; }