From 4f844de0ee2241cc96e5d5c30677568dee3bcf1c Mon Sep 17 00:00:00 2001 From: trustable-code Date: Wed, 2 May 2018 22:45:57 +0200 Subject: Fix typo --- src/nigui.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nigui.nim b/src/nigui.nim index a3acf7c..09a71a0 100755 --- a/src/nigui.nim +++ b/src/nigui.nim @@ -1348,7 +1348,7 @@ proc init(control: Control) = method destroy(control: Control) = discard # nothing to do here - # should be extended by WindowImpl + # should be extended by ControlImpl proc dispose(control: var Control) = let c = control -- cgit v1.2.3