diff options
author | Fred Wright <fw@fwright.net> | 2019-03-20 16:00:51 -0700 |
---|---|---|
committer | Fred Wright <fw@fwright.net> | 2019-03-20 16:41:23 -0700 |
commit | c56ae22be9d6dedc095c484d1c8d6469565dd727 (patch) | |
tree | 1f24843d54afef5919988c40f93e685a998c8610 /gegps | |
parent | 46bf8df5048ee28ed7161868918a468a93935c9e (diff) | |
download | gpsd-c56ae22be9d6dedc095c484d1c8d6469565dd727.tar.gz |
gegps: Fix typos
The manpage text referred to 'gpsd' where it meant 'gegps'.
The program's stopped message said 'gegpsd'.
TESTED:
Manpage and stopped message text are now correct.
Diffstat (limited to 'gegps')
-rwxr-xr-x | gegps | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,6 +150,6 @@ if __name__ == "__main__": except StopIteration: pass except KeyboardInterrupt: - print('gegpsd stopped ') + print('gegps stopped ') # end |