From 93514186d5ea2098f859d3c11d567e6b104a00e8 Mon Sep 17 00:00:00 2001 From: Jinhao Date: Thu, 8 Jun 2017 21:45:00 +0800 Subject: [PATCH] fix some typo --- source/gui/place.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gui/place.cpp b/source/gui/place.cpp index c0a4f972..f1b4a5ff 100644 --- a/source/gui/place.cpp +++ b/source/gui/place.cpp @@ -3055,7 +3055,7 @@ namespace nana void place::bind(window wd) { if (impl_->window_handle) - throw std::runtime_error("place.bind: it has already binded to a window."); + throw std::runtime_error("place.bind: it has already bound to a window."); impl_->window_handle = wd; impl_->event_size_handle = API::events(wd).resized.connect([this](const arg_resized& arg)