From 4da0f1bb88822dba566854b609e520e48cb4f68e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 5 Feb 2013 20:46:22 +0000 Subject: [PATCH] Fix spelling in utils/screenshotgen sources. No real changes. Closes #15024. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/screenshotgen/src/autocapture.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/screenshotgen/src/autocapture.h b/utils/screenshotgen/src/autocapture.h index 36477c3a54..a139ca867b 100644 --- a/utils/screenshotgen/src/autocapture.h +++ b/utils/screenshotgen/src/autocapture.h @@ -133,7 +133,7 @@ enum AdjustFlags @class AutoCaptureMechanism AutoCaptureMechanism provides an easy-to-use and adjustable facility to - take the screenshots for all controls fully automaticly and correctly. It + take the screenshots for all controls fully automatically and correctly. It also provides an advanced feature to union screenshots of different states/modes of a control. @@ -151,17 +151,17 @@ enum AdjustFlags @section tag_gui_assumption The Assumption of GUI Unfortunately, this class have an assumption about the structure of GUI: It - must have the follwoing top-down structure: + must have the following top-down structure: wxNotebook->wxPanel->wxSizer->wxControl That means, in the wxNotebook associated with this class, controls that needs to be taken screenshots are placed on different panels(for grouping) - and layed out by wxSizers. + and laid out by wxSizers. @section tag_tutorial Tutorial - In the contruction, you should associate a wxNotebook with this class, in + In the construction, you should associate a wxNotebook with this class, in that wxNotebook, controls that needs to be captured are placed on different panels(for grouping). @@ -172,7 +172,7 @@ enum AdjustFlags on the second panel, then a page turn, and so on. When you are done, simply call CaptureAll(), then screenshots of all - controls will be automaticly generated. + controls will be automatically generated. @section tag_autoadjust Make Use of Auto Adjustments -- 2.45.2