From 3bb2a52b77da2f3a1665f3475e248cbccee5daae Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 27 Jun 2017 16:59:55 -0700 Subject: [PATCH] typos --- etg/0-README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etg/0-README.rst b/etg/0-README.rst index 76b0c1f1..3b6cdff9 100644 --- a/etg/0-README.rst +++ b/etg/0-README.rst @@ -4,7 +4,7 @@ Extractor, Tweaker, Generator Scripts What is this stuff? ------------------- -This directory contains Extractror-Tweaker-Generator (ETG) scripts which are +This directory contains Extractor-Tweaker-Generator (ETG) scripts which are used to drive the process of converting the wxWidgets Doxygen XML files into the files that will be fed to the bindings generator tool (SIP). @@ -28,8 +28,8 @@ generators which will traverse the object tree and generate code as needed. Checklist for all new etg files ------------------------------- - * Use the bin/make-new-etg-file.py script to create a new boiler plate etg - and unittest file for you. In simplest cases all you'll do after that is + * Use the bin/make-new-etg-file.py script to create a new boilerplate etg + and unittest files for you. In simplest cases all you'll do after that is add the class names to be processed, and add some unittest code for it. * Use a filename that matches the wxWidgets/interface/wx file name