Merge "Fixed several typos"

This commit is contained in:
Jenkins
2014-04-29 16:41:45 +00:00
committed by Gerrit Code Review

View File

@@ -115,7 +115,7 @@ class ServiceLauncherTest(ServiceTestBase):
# processes running the same tests (and possibly forking more
# processes that end up in the same situation). So we need
# to catch all exceptions and make sure nothing leaks out, in
# particlar SystemExit, which is raised by sys.exit(). We use
# particular SystemExit, which is raised by sys.exit(). We use
# os._exit() which doesn't have this problem.
status = 0
try: