]> sourceware.org Git - lvm2.git/commitdiff
typo: update 1043152934
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 19 Oct 2023 20:05:11 +0000 (22:05 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 19 Oct 2023 22:21:13 +0000 (00:21 +0200)
lib/metadata/raid_manip.c

index 7ce2c177d57d1e61fefab85426c422c2dd27e939..ad0aa3740bf7713d28445c987de410a8176d7360 100644 (file)
@@ -2922,7 +2922,7 @@ static int _raid_allow_extraction(struct logical_volume *lv,
        char *sync_action;
        struct lv_segment *seg = first_seg(lv);
 
-       /* If in-sync or hanlding repairs, allow to proceed. */
+       /* If in-sync or handling repairs, allow to proceed. */
        if (_raid_in_sync(lv) || lv->vg->cmd->handles_missing_pvs)
                return 1;
 
This page took 0.04166 seconds and 5 git commands to generate.