diff options
| author | trustable-code <krauter.simon@arcor.de> | 2018-05-02 22:45:57 +0200 |
|---|---|---|
| committer | trustable-code <krauter.simon@arcor.de> | 2018-05-02 22:45:57 +0200 |
| commit | 4f844de0ee2241cc96e5d5c30677568dee3bcf1c (patch) | |
| tree | b4106915481e022b16136671fab90cc497597ff5 /src | |
| parent | ce7832f70496f2256e209f00b19373172557edee (diff) | |
| download | NiGui-4f844de0ee2241cc96e5d5c30677568dee3bcf1c.tar.gz NiGui-4f844de0ee2241cc96e5d5c30677568dee3bcf1c.zip | |
Fix typo
Diffstat (limited to 'src')
| -rwxr-xr-x | src/nigui.nim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
