summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-12 06:48:24 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-12 06:48:24 -0500
commit663a717e9f50795795f546f77d83db014135fa52 (patch)
tree955facfd497f9d07ae8abf0598ac4f272bacc4f2
parent5ec72a3575e5c0963e09949d651ea9f99ed09b09 (diff)
downloadgpsd-663a717e9f50795795f546f77d83db014135fa52.tar.gz
Typo fix.
-rw-r--r--gps/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps/client.py b/gps/client.py
index 0144c6b9..71850563 100644
--- a/gps/client.py
+++ b/gps/client.py
@@ -210,7 +210,7 @@ class dictwrapper:
__repr__ = __str__
#
-# Someday a cleaner Python iterface using this machinery will live here
+# Someday a cleaner Python interface using this machinery will live here
#
# End