diff options
Diffstat (limited to 'core/src/widget/box.vala')
-rw-r--r-- | core/src/widget/box.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/widget/box.vala b/core/src/widget/box.vala index 6bd1bcb..d522967 100644 --- a/core/src/widget/box.vala +++ b/core/src/widget/box.vala @@ -7,7 +7,7 @@ public class Box : Gtk.Box { } /** - * wether to implicity destroy previous children when setting them + * whether to implicity destroy previous children when setting them */ public bool no_implicit_destroy { get; set; default = false; } |