1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

typo: update

This commit is contained in:
Zdenek Kabelac 2023-10-19 22:05:11 +02:00
parent c7851b9c34
commit d019c41f7a

View 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;