From 98a70168b12c0de35455b92d71e269cb156d9fe3 Mon Sep 17 00:00:00 2001 From: ayin Date: Wed, 31 Oct 2007 15:21:22 +0000 Subject: [PATCH] Fix typo. --- update_ptytty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_ptytty b/update_ptytty index 948131b6..b2ea177a 100755 --- a/update_ptytty +++ b/update_ptytty @@ -1,7 +1,7 @@ #!/bin/bash # updates libptytty from pristine sources, check out libptytty -# as a subling of rxvt-unicode +# as a sibling of rxvt-unicode for i in ptytty.m4 src/{libptytty.h,ptytty.C,proxy.C,ptytty.h,logging.C,fdpass.C}; do cp ../libptytty/$i $i -- 2.34.1