From 3ff4fbb596b592e73d883b5f61bd42fa517e4f96 Mon Sep 17 00:00:00 2001 From: dnso86 <7543050+dnso86@users.noreply.github.com> Date: Wed, 7 Feb 2018 12:17:31 +0100 Subject: [PATCH] Fixing typo in button.cpp comment --- source/gui/widgets/button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gui/widgets/button.cpp b/source/gui/widgets/button.cpp index a01d001b..fe6f19c7 100644 --- a/source/gui/widgets/button.cpp +++ b/source/gui/widgets/button.cpp @@ -379,7 +379,7 @@ namespace nana{ namespace drawerbase }//end namespace drawerbase //button - //@brief: Defaine a button widget and it provides the interfaces to be operational + //@brief: Define a button widget and it provides the interfaces to be operational button::button(){} button::button(window wd, bool visible)