From 519aab1a145da6ba7081b384f1830588a44d099d Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Mon, 25 Apr 2022 16:33:21 +0200 Subject: [PATCH] - fixed typo --- snapper/LvmUtils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapper/LvmUtils.cc b/snapper/LvmUtils.cc index b8589f8c..959a078f 100644 --- a/snapper/LvmUtils.cc +++ b/snapper/LvmUtils.cc @@ -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(), "--", "-"); -- 2.47.3