]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: osd: s/schedued/scheduled/ 6872/head
authorLoic Dachary <ldachary@redhat.com>
Wed, 9 Dec 2015 00:36:31 +0000 (01:36 +0100)
committerLoic Dachary <ldachary@redhat.com>
Wed, 9 Dec 2015 00:38:26 +0000 (01:38 +0100)
Signed-off-by: Loic Dachary <loic@dachary.org>
src/osd/OSD.cc

index 7425cc7e6b6e284aa6c6d66af8b4625d3181b7f4..f89bd828cebd5ce700b53c24a5358e6585e26d0f 100644 (file)
@@ -6183,7 +6183,7 @@ void OSD::sched_scrub()
 
       if (scrub.sched_time > now) {
        // save ourselves some effort
-       dout(10) << "sched_scrub " << scrub.pgid << " schedued at " << scrub.sched_time
+       dout(10) << "sched_scrub " << scrub.pgid << " scheduled at " << scrub.sched_time
                 << " > " << now << dendl;
        break;
       }