Con Kolivas 14 years ago
parent
commit
20ce1ebf2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.c

+ 1 - 1
main.c

@@ -2246,7 +2246,7 @@ static bool pool_active(struct pool *pool)
 			ret = true;
 			gettimeofday(&pool->tv_idle, NULL);
 		} else {
-			applog(LOG_DEBUG, "Successfully retreived but FAILED to decipher work from pool %u %s",
+			applog(LOG_DEBUG, "Successfully retrieved but FAILED to decipher work from pool %u %s",
 			       pool->pool_no, pool->rpc_url);
 			free(work);
 		}