--- gettime-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettime-thread.c b/gettime-thread.c index 9bf85f0..6dc1486 100644 --- a/gettime-thread.c +++ b/gettime-thread.c @@ -81,7 +81,7 @@ int fio_start_gtod_thread(void) ret = pthread_detach(gtod_thread); if (ret) { - log_err("Can't detatch gtod thread: %s\n", strerror(ret)); + log_err("Can't detach gtod thread: %s\n", strerror(ret)); goto err; } -- 2.8.1 -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html