sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 73c2898e91eb7466402858831ee38c754cb42480
parent 864be9b1c744e22df9e127d005d0443bd3e1e4f3
Author: Connor Lane Smith <cls@lubutu.com>
Date:   Fri, 27 May 2011 11:13:38 +0100

typo
Diffstat:
Mtail.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tail.c b/tail.c @@ -1,4 +1,4 @@ -/* See LICENSE file for copyright and license detaketails. */ +/* See LICENSE file for copyright and license details. */ #include <stdio.h> #include <stdlib.h> #include <string.h>