Browse Source

Minor typo.

Con Kolivas 13 years ago
parent
commit
00b6319db6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cgminer.c

+ 1 - 1
cgminer.c

@@ -5363,7 +5363,7 @@ void *miner_thread(void *userdata)
 	struct work **work = calloc(1,
 				    avalon_get_work_count * sizeof(struct work *));
 	if (!work)
-		quit(1, "Faile on Avalon calloc");
+		quit(1, "Failed on Avalon calloc");
 #else
 	struct work *work;
 #endif