Spelling fix.
[fio.git] / 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));
                }
        }