From 6f8cef248e1467595a932707eb9a9c53af2e8839 Mon Sep 17 00:00:00 2001 From: oroborus Date: Fri, 30 May 2008 17:03:33 +0000 Subject: - opravene memory leaky pomocou vlagrindu - sietovy protokol je navrhnuty tal aby client odsiselal info o tom, ze obdrzal spravu git-svn-id: http://opensvn.csie.org/tuxanci_ng@57 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 193148a..7e98938 100644 --- a/src/main.c +++ b/src/main.c @@ -93,7 +93,7 @@ void accessExistFile(const char *s) { if( access(s, F_OK) != 0 ) { - fprintf(stderr, "File %s not fount !\nProgram shutdown !\n", s); + fprintf(stderr, "File %s not found !\nProgram shutdown !\n", s); exit(-1); } } -- cgit v1.2.3