From 360f1293816f4b1d2ada02023c48c2e0e2fc1a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Mon, 9 Jul 2018 09:18:59 +0200 Subject: [PATCH] Fix typo --- source/vibe/core/core.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/vibe/core/core.d b/source/vibe/core/core.d index 32996dc..6fdf59d 100644 --- a/source/vibe/core/core.d +++ b/source/vibe/core/core.d @@ -227,7 +227,7 @@ int runEventLoop() } // make sure the exit flag watch task finishes together with this loop - // TODO: would be niced to do this without exceptions + // TODO: would be nice to do this without exceptions if (exit_task && exit_task.running) exit_task.interrupt();