Fix a typo

TrivialFix

Change-Id: I8b1dda8b521c4c7e34b8e5464c2c5139475b2068
This commit is contained in:
gecong1973 2016-11-25 16:52:20 +08:00
parent 05a73ec2d7
commit 9812ba084d
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ exiting = False
def clean_exit(signum, frame=None):
"""Exit all processes attempting to finish uncommited active work before exit.
"""Exit all processes attempting to finish uncommitted active work before exit.
Can be called on an os signal or no zookeeper losing connection.
"""
global exiting