summaryrefslogtreecommitdiff
path: root/src/network/core/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/core.cpp')
-rw-r--r--src/network/core/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/core.cpp b/src/network/core/core.cpp
index fc1bbf954..867bb4bb9 100644
--- a/src/network/core/core.cpp
+++ b/src/network/core/core.cpp
@@ -51,7 +51,7 @@ bool NetworkCoreInitialize()
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;
}