summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrustable-code <krauter.simon@arcor.de>2019-08-31 14:24:09 +0200
committertrustable-code <krauter.simon@arcor.de>2019-08-31 14:24:09 +0200
commitc66c07bab24f08c4228e46d08ca9a07f4b7dad17 (patch)
tree61e1a276037bc42d8120b83420f345af0347ac1a /src
parent9748fe93cff44113118fa9e1c8f278aa00e07afc (diff)
downloadNiGui-c66c07bab24f08c4228e46d08ca9a07f4b7dad17.tar.gz
NiGui-c66c07bab24f08c4228e46d08ca9a07f4b7dad17.zip
Fix typo
Diffstat (limited to 'src')
-rwxr-xr-xsrc/nigui.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nigui.nim b/src/nigui.nim
index 0ddc2a8..c97c29b 100755
--- a/src/nigui.nim
+++ b/src/nigui.nim
@@ -1404,7 +1404,7 @@ proc init(control: Control) =
control.resetTextColor()
control.resetBackgroundColor()
control.show()
- # should be extended by WindowImpl
+ # should be extended by ControlImpl
method destroy(control: Control) =
discard # nothing to do here