Spelling fix.
authorMartin Steigerwald <martin.steigerwald@teamix.de>
Tue, 24 May 2016 09:08:37 +0000 (11:08 +0200)
committerMartin Steigerwald <martin.steigerwald@teamix.de>
Tue, 24 May 2016 09:08:37 +0000 (11:08 +0200)
idletime.c

index fab43c535df2e1f065e4b6a01f4dac3e7ae9f87e..4c00d80df692590b6b8b62a57bd9af2fa528dcd2 100644 (file)
@@ -260,7 +260,7 @@ void fio_idle_prof_init(void)
 
                if ((ret = pthread_detach(ipt->thread))) {
                        /* log error and let the thread spin */
-                       log_err("fio: pthread_detatch %s\n", strerror(ret));
+                       log_err("fio: pthread_detach %s\n", strerror(ret));
                }
        }