libdnf/SOURCES/0003-Typo-in-error-message-...

27 lines
1009 B
Diff

From b84fe340840169d201714a5b3a015b9d1142013c Mon Sep 17 00:00:00 2001
From: Marek Blaha <mblaha@redhat.com>
Date: Wed, 3 Jul 2019 13:48:58 +0200
Subject: [PATCH] Typo in error message (RhBug:1726661)
https://bugzilla.redhat.com/show_bug.cgi?id=1726661
---
libdnf/module/ModulePackageContainer.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libdnf/module/ModulePackageContainer.cpp b/libdnf/module/ModulePackageContainer.cpp
index ddef174..1c8e0d5 100644
--- a/libdnf/module/ModulePackageContainer.cpp
+++ b/libdnf/module/ModulePackageContainer.cpp
@@ -1637,7 +1637,7 @@ void ModulePackageContainer::updateFailSafeData()
if (!updateFile(filePath, modulePackage->getYaml().c_str())) {
auto logger(Log::getLogger());
logger->debug(tfm::format(
- _("Unable to safe a modular Fail Safe data to '%s'"), filePath));
+ _("Unable to save a modular Fail Safe data to '%s'"), filePath));
}
}
--
libgit2 0.28.2