From: cuz Date: Fri, 22 Nov 2002 00:39:29 +0000 (+0000) Subject: Fixed a typo X-Git-Tag: V2.12.0~2065 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c6bd3063d5775f524c333e419e1be02ac2c3a70f;p=cc65 Fixed a typo git-svn-id: svn://svn.cc65.org/cc65/trunk@1568 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/testcode/lib/files.txt b/testcode/lib/files.txt index 0751b1495..6d3c02396 100644 --- a/testcode/lib/files.txt +++ b/testcode/lib/files.txt @@ -12,5 +12,5 @@ ft.c - file I/O test program (open + read functions) getsp.s - helper routine for ft.c joytest.c - readjoy function test program posixio-test.c - test POSIX file i/o routines (open/read/write/close) -seek.c - test lseek()/fseek()/fell() +seek.c - test lseek()/fseek()/ftell() time-test.c - test the time/mktime/gmtime/asctime functions