Typos: Various workbenches and misc.

[skip ci]
This commit is contained in:
luzpaz
2017-12-24 09:48:11 -05:00
committed by wmayer
parent c18bc414bb
commit 128239b54a
55 changed files with 95 additions and 95 deletions

View File

@@ -69,7 +69,7 @@ PyMOD_INIT_FUNC(_TEMPLATE_Gui)
PyMOD_Return(0);
}
// instanciating the commands
// instantiating the commands
Create_TEMPLATE_Commands();
_TEMPLATE_Gui::Workbench::init();

View File

@@ -9,7 +9,7 @@ Usage:
Options:
-v, --verbose print out all files collected
-o --out-file=FILENAME use this file name for output, default resorces.qrc
-o --out-file=FILENAME use this file name for output, default resources.qrc
-d, --directory=DIRNAME directory to search, default PWD
-h, --help print this help message

View File

@@ -7,12 +7,12 @@ Usage:
examplePy2wiki [Optionen]
Options:
-o --out-file=FILENAME use this file name for output, default resorces.qrc
-o --out-file=FILENAME use this file name for output, default resources.qrc
-i, --in-file=FILENAME directory to search, default PWD
-h, --help print this help message
This program reads python files and generate a output suited for a Mediawiki page.
The python comments get translated to text and the code blocks get indended to
The python comments get translated to text and the code blocks get intended to
show up us code in the wiki.

View File

@@ -192,7 +192,7 @@ class XschemaElement:
# Attribute definitions for the current attributeGroup, if there is one.
self.attributeGroup = None
# List of names of attributes for this element.
# We will add the attribute defintions in each of these groups
# We will add the attribute definitions in each of these groups
# to this element in annotate().
self.attributeGroupNameList = []
self.topLevel = 0

View File

@@ -12,9 +12,9 @@ DEFINE_GUID(IID_IExtractImage,
#define IEIFLAG_ASYNC 0x0001 // ask the extractor if it supports ASYNC extract (free threaded)
#define IEIFLAG_CACHE 0x0002 // returned from the extractor if it does NOT cache the thumbnail
#define IEIFLAG_ASPECT 0x0004 // passed to the extractor to beg it to render to the aspect ratio of the supplied rect
#define IEIFLAG_OFFLINE 0x0008 // if the extractor shouldn't hit the net to get any content neede for the rendering
#define IEIFLAG_OFFLINE 0x0008 // if the extractor shouldn't hit the net to get any content needed for the rendering
#define IEIFLAG_GLEAM 0x0010 // does the image have a gleam ? this will be returned if it does
#define IEIFLAG_SCREEN 0x0020 // render as if for the screen (this is exlusive with IEIFLAG_ASPECT )
#define IEIFLAG_SCREEN 0x0020 // render as if for the screen (this is exclusive with IEIFLAG_ASPECT )
#define IEIFLAG_ORIGSIZE 0x0040 // render to the approx size passed, but crop if necessary
#define IEIFLAG_NOSTAMP 0x0080 // returned from the extractor if it does NOT want an icon stamp on the thumbnail
#define IEIFLAG_NOBORDER 0x0100 // returned from the extractor if it does NOT want an a border around the thumbnail