]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 22 Nov 2002 00:39:29 +0000 (00:39 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 22 Nov 2002 00:39:29 +0000 (00:39 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1568 b7a2c559-68d2-44c3-8de9-860c34a00d81

testcode/lib/files.txt

index 0751b14952eedc7a0c76f3935bba6ff33c7e5609..6d3c0239668fe78ac258bcb9afcb20795d6189ba 100644 (file)
@@ -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