From 3016a5f28b72f98c81f566d21794cc354d083d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 27 Mar 2024 20:43:25 +0100 Subject: Fix typo [ci skip] --- darwin/Platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darwin/Platform.c b/darwin/Platform.c index 77b9bcdc..d16156c6 100644 --- a/darwin/Platform.c +++ b/darwin/Platform.c @@ -478,7 +478,7 @@ bool Platform_getDiskIO(DiskIOData* data) { bool Platform_getNetworkIO(NetworkIOData* data) { int mib[6] = {CTL_NET, PF_ROUTE, /* routing messages */ - 0, /* protocal number, currently always 0 */ + 0, /* protocol number, currently always 0 */ 0, /* select all address families */ NET_RT_IFLIST2, /* interface list with addresses */ 0}; -- cgit v1.2.3