Commit 20ce1ebf2add91d66f25eada63bef4c358eaf4e2

Con Kolivas 2011-07-29T20:40:57

Typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/main.c b/main.c
index 25d12db..13a2db8 100644
--- a/main.c
+++ b/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);
 		}