summaryrefslogtreecommitdiff
path: root/Lib/plat-irix6/flp.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/plat-irix6/flp.py')
-rw-r--r--Lib/plat-irix6/flp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/plat-irix6/flp.py b/Lib/plat-irix6/flp.py
index 484c8ffd00..9f1957f93e 100644
--- a/Lib/plat-irix6/flp.py
+++ b/Lib/plat-irix6/flp.py
@@ -203,7 +203,7 @@ def _parse_fd_header(file):
return datum[1]
#
# Internal: parse fd form, or skip if name doesn't match.
-# the special value None means 'allways parse it'.
+# the special value None means 'always parse it'.
#
def _parse_fd_form(file, name):
datum = _parse_1_line(file)
@@ -222,7 +222,7 @@ def _parse_fd_form(file, name):
return None
#
-# Internal class: a convient place to store object info fields
+# Internal class: a convenient place to store object info fields
#
class _newobj:
def add(self, name, value):