diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/unschroot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/unschroot.py b/examples/unschroot.py index 5f644fc..b9d4923 100755 --- a/examples/unschroot.py +++ b/examples/unschroot.py @@ -184,7 +184,7 @@ def do_begin_session(args: argparse.Namespace) -> None: def exec_perl_dumb_init(pid: int) -> typing.NoReturn: - """Roughly impement dumb-init in perl: Wait for all children until we + """Roughly implement dumb-init in perl: Wait for all children until we receive an exit from the given pid and forward its status. """ os.execlp( |