From fdcb4907bc03f44aebdd1911b381c2a665a38018 Mon Sep 17 00:00:00 2001 From: Parashurama Date: Mon, 16 May 2016 17:21:49 +0200 Subject: [PATCH] fixes typo in system/timers. --- lib/system/timers.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/system/timers.nim b/lib/system/timers.nim index ac84188243..8aa4505c4d 100644 --- a/lib/system/timers.nim +++ b/lib/system/timers.nim @@ -61,7 +61,7 @@ elif defined(posixRealtime): final, pure.} = object ## struct timespec tv_sec: int ## Seconds. tv_nsec: int ## Nanoseconds. - {.deprecated: [TClockid: Clickid, TTimeSpec: TimeSpec].} + {.deprecated: [TClockid: Clockid, TTimeSpec: TimeSpec].} var CLOCK_REALTIME {.importc: "CLOCK_REALTIME", header: "".}: Clockid