Browse Source

Merge commit 'c123541' into bfgminer-3.5.x

Luke Dashjr 12 years ago
parent
commit
83c4ec129b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -2252,7 +2252,7 @@ static char *opt_verusage_and_exit(const char *extra)
 {
 {
 	puts(packagename);
 	puts(packagename);
 	printf("  Drivers:%s\n", BFG_DRIVERLIST);
 	printf("  Drivers:%s\n", BFG_DRIVERLIST);
-	printf("  Algoritms:%s\n", BFG_ALGOLIST);
+	printf("  Algorithms:%s\n", BFG_ALGOLIST);
 	printf("  Options:%s\n", BFG_OPTLIST);
 	printf("  Options:%s\n", BFG_OPTLIST);
 	printf("%s", opt_usage(opt_argv0, extra));
 	printf("%s", opt_usage(opt_argv0, extra));
 	fflush(stdout);
 	fflush(stdout);