Skip to content

Commit 903b2eb

Browse files
committed
Fix typo in a comment in the previous commit.
s/evreything/everything/
1 parent 57ec21d commit 903b2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/config/conftest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ MyFrame::MyFrame()
173173
m_text = new wxTextCtrl(panel, wxID_ANY);
174174
m_check = new wxCheckBox(panel, wxID_ANY, wxT("show welcome message box at startup"));
175175

176-
// put evreything in a sizer
176+
// put everything in a sizer
177177
wxBoxSizer* sizer = new wxBoxSizer(wxVERTICAL);
178178
sizer->Add(st, wxSizerFlags().Border(wxLEFT|wxBOTTOM|wxTOP, 10));
179179
sizer->Add(m_text, wxSizerFlags().Border(wxLEFT|wxBOTTOM|wxRIGHT, 10).Expand());

0 commit comments

Comments
 (0)