From 254ca4fb228921ee78eaca1543d2585cef77d0cb Mon Sep 17 00:00:00 2001 From: Tim Kosse Date: Sun, 6 Jul 2014 10:05:44 +0000 Subject: [PATCH] Fix typo in documentation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/listctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index 11af37f5a6..b08b71414b 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -457,7 +457,7 @@ public: @param cancel If @true, discard the changes made by user, as if @c Escape key was pressed. Otherwise, accept the changes as if @c Return was pressed. - @return @true if item editing wad finished or @false if no item as + @return @true if item editing was finished or @false if no item as being edited. */ bool EndEditLabel(bool cancel);