summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHank Leininger <hlein@korelogic.com>2014-04-02 04:13:34 -0400
committerHank Leininger <hlein@korelogic.com>2014-04-02 04:13:34 -0400
commit8649822e0854a899412de72c124349ffa74667dd (patch)
treed7ba0a8b2d4932e1293fd64759c546b68a8c4e6f /tools
parent148aa094a3419c624d535ab317c3595479439c80 (diff)
downloadpysaml2-8649822e0854a899412de72c124349ffa74667dd.tar.gz
Various spelling/grammar tweaks and typo fixes.
Usually just a word or punctuation; occasionally I rewrote a sentence if I had a hard time determining what was meant by the original. (N.B. if I misunderstood something, then my re-wording will be wrong!) Also added eol to many files that were missing it, which throws off 'cat somefile' at a shell prompt (but did not yet touch anything under src/, which also has many files without eol). I did not re-line-wrap the text I changed, so that the diffs are minimized and meaningful changes are easier to spot.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/parse_xsd2.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/parse_xsd2.py b/tools/parse_xsd2.py
index 844ac99a..e51671ef 100755
--- a/tools/parse_xsd2.py
+++ b/tools/parse_xsd2.py
@@ -87,7 +87,7 @@ def base_init(imports):
line.append("%s%s=%s," % (indent4, _name, _name))
line.append("%s)" % indent4)
else:
- # TODO have to keep apart which properties comes from which superior
+ # TODO have to keep apart which properties come from which superior
for sup, elems in imports.items():
line.append("%s%s.__init__(self, " % (INDENT+INDENT, sup))
lattr = elems[:]
@@ -2187,5 +2187,3 @@ def main(argv):
if __name__ == "__main__":
main(sys.argv[1:])
-
- \ No newline at end of file