summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 16:28:18 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-08 16:28:18 -0500
commit06fdaff4bbfadf84123d5275433318e82643807a (patch)
treed5e4f4e4d0f5dfc52dac366cd137850e12e8cecb /src
parentd1eac88d18ae7dd11033dba87b6aebb220da9064 (diff)
downloadphosphor-dbus-monitor-06fdaff4bbfadf84123d5275433318e82643807a.tar.gz
phosphor-dbus-monitor-06fdaff4bbfadf84123d5275433318e82643807a.zip
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. Change-Id: I78f191f26da14203dc21c97d4fc4a31f95ffc95f Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/pdmgen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdmgen.py b/src/pdmgen.py
index 55df3e3..48d4589 100755
--- a/src/pdmgen.py
+++ b/src/pdmgen.py
@@ -144,7 +144,7 @@ class Quote(object):
class Argument(NamedElement, Renderer):
- '''Define argument type inteface.'''
+ '''Define argument type interface.'''
def __init__(self, **kw):
self.type = kw.pop('type', None)
OpenPOWER on IntegriCloud