From 226e83eb8f0662f302c7f98c6b77bf88fae01997 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 11 Jun 2024 23:00:14 +0200 Subject: fix formatting and spelling errors No functional changes. --- examples/unschroot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/unschroot.py') 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( -- cgit v1.2.3