From: Martin Steigerwald Date: Tue, 24 May 2016 09:08:06 +0000 (+0200) Subject: Spelling fix. Reported by DebianĀ“s lintian. X-Git-Tag: fio-2.11~5 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=bc0fe8b846bacd02bb5bf43d659086d293792bc3;ds=inline Spelling fix. Reported by DebianĀ“s lintian. --- 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; }