From 1ca950867a2b01c69de481cd76c2764f9baf5452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Thu, 4 Apr 2019 16:21:04 +0200 Subject: [PATCH] Fix typo. --- source/vibe/core/net.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/vibe/core/net.d b/source/vibe/core/net.d index 095e12d..2e3d309 100644 --- a/source/vibe/core/net.d +++ b/source/vibe/core/net.d @@ -621,7 +621,7 @@ mixin(tracer); Returns: If the read readiness can be determined immediately, it will be - returned as WaitForDataAsyncStatus.sataAvailable` or + returned as `WaitForDataAsyncStatus.dataAvailable` or `WaitForDataAsyncStatus.noModeData` and the callback will not be invoked. Otherwise `WaitForDataAsyncStatus.waiting` is returned and the callback will be invoked once the status can be