From c40f782fae465be033f902c9d717985990fd92f3 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 21 Jun 2016 18:21:27 -0700 Subject: [PATCH] Fix typo --- interface/wx/sizer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/sizer.h b/interface/wx/sizer.h index 38c2c66eb7..f1e3295f52 100644 --- a/interface/wx/sizer.h +++ b/interface/wx/sizer.h @@ -50,8 +50,8 @@ @section wxsizer_flags wxSizer flags - The "flag" argument accepted by wxSizeItem constructors and other - functions, e.g. wxSizer::Add(), is OR-combination of the following flags. + The "flag" argument accepted by wxSizerItem constructors and other + functions, e.g. wxSizer::Add(), is an OR-combination of the following flags. Two main behaviours are defined using these flags. One is the border around a window: the border parameter determines the border width whereas the flags given here determine which side(s) of the item that the border will