summaryrefslogtreecommitdiff
path: root/gpsfake
diff options
context:
space:
mode:
Diffstat (limited to 'gpsfake')
-rwxr-xr-xgpsfake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsfake b/gpsfake
index b60d4863..1fee8492 100755
--- a/gpsfake
+++ b/gpsfake
@@ -271,7 +271,7 @@ if __name__ == "__main__":
except OSError:
sys.stderr.write("gpsfake: '%s' failed.\n" % spawncmd)
os.kill(child, signal.SIGTERM)
- raise SytemExit,1
+ raise SystemExit,1
os.kill(child, signal.SIGTERM)
raise SystemExit,0
else: