From: Soumendra Ganguly <67527439+8vasu@users.noreply.github.com> Date: Thu, 13 Aug 2020 07:44:28 +0000 (-0500) Subject: Fix minor typo X-Git-Tag: v2.37-rc1~513^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86139a7041a808643952af70b70c2f3e62c905c7;p=thirdparty%2Futil-linux.git Fix minor typo terminall -> terminal --- diff --git a/lib/pty-session.c b/lib/pty-session.c index 68cd9e6c0a..1173d98c84 100644 --- a/lib/pty-session.c +++ b/lib/pty-session.c @@ -3,7 +3,7 @@ * proxy between the current std{in,out,etrr} and the child's pty. Advantages: * * - child has no access to parent's terminal (e.g. su --pty) - * - parent can log all traffic between user and child's terminall (e.g. script(1)) + * - parent can log all traffic between user and child's terminal (e.g. script(1)) * - it's possible to start commands on terminal although parent has no terminal * * This code is in the public domain; do with it what you wish.