diff options
Diffstat (limited to 'geo-replication/syncdaemon/monitor.py')
| -rw-r--r-- | geo-replication/syncdaemon/monitor.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/geo-replication/syncdaemon/monitor.py b/geo-replication/syncdaemon/monitor.py index 40818427bfe..52ae256fb14 100644 --- a/geo-replication/syncdaemon/monitor.py +++ b/geo-replication/syncdaemon/monitor.py @@ -126,7 +126,7 @@ class Monitor(object):                      raise          def exit_signalled(s): -            """ child teminated due to receipt of SIGUSR1 """ +            """ child terminated due to receipt of SIGUSR1 """              return (os.WIFSIGNALED(s) and (os.WTERMSIG(s) == signal.SIGUSR1))          def exit_status(s):  | 
