]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed typo 712/head
authorArvin Schnell <aschnell@suse.de>
Mon, 25 Apr 2022 14:33:21 +0000 (16:33 +0200)
committerArvin Schnell <aschnell@suse.de>
Mon, 25 Apr 2022 14:33:21 +0000 (16:33 +0200)
snapper/LvmUtils.cc

index b8589f8c24d409524cd2a2172deee92ab5ac7e5d..959a078f4527b30c289c78e909c00aeff7a7dcbf 100644 (file)
@@ -41,7 +41,7 @@ namespace snapper
            std::smatch match;
 
            if (!regex_match(name, match, rx))
-               throw std::runtime_error("faild to split device name into volume group and "
+               throw std::runtime_error("failed to split device name into volume group and "
                                         "logical volume name");
 
            string vg_name = boost::replace_all_copy(match[1].str(), "--", "-");