]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Fix minor typo
authorSoumendra Ganguly <67527439+8vasu@users.noreply.github.com>
Thu, 13 Aug 2020 07:44:28 +0000 (02:44 -0500)
committerGitHub <noreply@github.com>
Thu, 13 Aug 2020 07:44:28 +0000 (02:44 -0500)
terminall -> terminal

lib/pty-session.c

index 68cd9e6c0a7585e7675bf4335e39017ba9878898..1173d98c84125fd935cf9add65040231b9858bb0 100644 (file)
@@ -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.