HuntnGather

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 52  →  ?path2? @ 53
/trunk/HuntnGather/Gather/Gather.c
@@ -937,7 +937,7 @@
#else
if((tp = fopen(tmpName, "w")) == NULL) {
#endif
fprintf(stderr, "Copuld not open file '%s' for writing.\n", tmpName);
fprintf(stderr, "Could not open file '%s' for writing.\n", tmpName);
 
// Close database file.
#if defined ___AsyncIO___