From: Soumendra Ganguly Date: Sun, 5 Feb 2023 21:07:37 +0000 (-0600) Subject: Fix minor typo in comment. X-Git-Tag: v2.39-rc1~89^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d77cf6f3111f4c2f3dd39bd04d80876202b6ac76;p=thirdparty%2Futil-linux.git Fix minor typo in comment. Signed-off-by: Soumendra Ganguly --- diff --git a/term-utils/scriptlive.c b/term-utils/scriptlive.c index 3e68f3c067..f8434ad579 100644 --- a/term-utils/scriptlive.c +++ b/term-utils/scriptlive.c @@ -40,7 +40,7 @@ #include "monotonic.h" -#define SCRIPT_MIN_DELAY 0.0001 /* from original sripreplay.pl */ +#define SCRIPT_MIN_DELAY 0.0001 /* from original scriptreplay.pl */ struct scriptlive { struct ul_pty *pty;