From: Yu Watanabe Date: Fri, 2 Aug 2024 20:50:46 +0000 (+0900) Subject: core/execute: fix typo X-Git-Tag: v257-rc1~761 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af7b3851eaae4dd6c3dac6f62ddc55db4a3fc4e9;p=thirdparty%2Fsystemd.git core/execute: fix typo Follow-up for 628c214656fada4228b62b1546220ac781002897. --- diff --git a/src/core/execute.c b/src/core/execute.c index 959359907fd..e1a94587a19 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -151,7 +151,7 @@ void exec_context_tty_reset(const ExecContext *context, const ExecParameters *p) /* Note that this is potentially a "destructive" reset of a TTY device. It's about getting rid of the * remains of previous uses of the TTY. It's *not* about getting things set up for coming uses. We'll * potentially invalidate the TTY here through hangups or VT disallocations, and hence do not keep a - * continous fd open. */ + * continuous fd open. */ const char *path = exec_context_tty_path(context);