docs: Fix a few typos (#431)
authorTim Gates <tim.gates@iress.com>
Wed, 13 Jul 2022 21:01:06 +0000 (07:01 +1000)
committerGitHub <noreply@github.com>
Wed, 13 Jul 2022 21:01:06 +0000 (14:01 -0700)
There are small typos in:
- elftools/common/py3compat.py
- elftools/dwarf/die.py

Fixes:
- Should read `representations` rather than `pepresentations`.
- Should read `purposes` rather than `pusposes`.

elftools/common/py3compat.py
elftools/dwarf/die.py

index c701cc0d4a19c3a6663a8b6a53dafda228a17e9a..e3980b2c7630bfc5827d66be6ceccc8df1b3ccff 100644 (file)
@@ -18,7 +18,7 @@ if PY3:
 
     # Functions for acting on bytestrings and strings. In Python 2 and 3,
     # strings and bytes are the same and chr/ord can be used to convert between
-    # numeric byte values and their string pepresentations. In Python 3, bytes
+    # numeric byte values and their string representations. In Python 3, bytes
     # and strings are different types and bytes hold numeric values when
     # iterated over.
 
index 5dc45e290bc943490c928a3053313ae57a782740..76f20965df1688bef4e85840120d42fe0b8d83ee 100755 (executable)
@@ -64,7 +64,7 @@ class DIE(object):
 
             abbrev_code:
                 The abbreviation code pointing to an abbreviation entry (note
-                that this is for informational pusposes only - this object
+                that this is for informational purposes only - this object
                 interacts with its abbreviation table transparently).
 
         See also the public methods.