From bc0fe8b846bacd02bb5bf43d659086d293792bc3 Mon Sep 17 00:00:00 2001 From: Martin Steigerwald Date: Tue, 24 May 2016 11:08:06 +0200 Subject: [PATCH] =?utf8?q?Spelling=20fix.=20Reported=20by=20Debian=C2=B4s?= =?utf8?q?=20lintian.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- gettime-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettime-thread.c b/gettime-thread.c index 9bf85f02..6dc14864 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.25.1