Typo fix (rec -> play)

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@189 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-30 02:57:48 +00:00
parent 71925d116e
commit d9fc32fa02
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ typedef void (*WriteFunc) (char *buf, int len);
typedef void (*ProcessFunc) (FILE * fp, double speed,
ReadFunc read_func, WaitFunc wait_func);
#endif /* !INCLUDED_ttyrec_h */
#endif /* !INCLUDED_ttyplay_h */