From f6cb8ab3bb9118e80df3d19a7a72e213acd06184 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 27 Apr 2006 17:31:55 +0000 Subject: [PATCH] fixed typo (at28930) --- plugins/include/file.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/file.inc b/plugins/include/file.inc index 8efb5548..30f89fed 100755 --- a/plugins/include/file.inc +++ b/plugins/include/file.inc @@ -45,7 +45,7 @@ native file_size(const file[], flag=0); #define SEEK_CUR 1 #define SEEK_END 2 -//Open a file, returns a handle or 0 on vailure +//Open a file, returns a handle or 0 on failure native fopen(const filename[],const mode[]); //Closes a file handle