Blame SOURCES/0003-Revert-Fix-typo-lates-latest.patch

aea1e4
From adf159cce65fa5b15f81dd3ee319e551f01def1a Mon Sep 17 00:00:00 2001
aea1e4
From: =?UTF-8?q?Ale=C5=A1=20Mat=C4=9Bj?= <amatej@redhat.com>
aea1e4
Date: Sun, 25 Apr 2021 19:47:51 +0200
aea1e4
Subject: [PATCH 03/19] Revert "Fix typo: lates -> latest"
aea1e4
aea1e4
This reverts commit 2a7a315cda61355d60fc0dd0fae9ccd48079a9c5.
aea1e4
---
aea1e4
 libdnf/dnf-context.cpp | 2 +-
aea1e4
 1 file changed, 1 insertion(+), 1 deletion(-)
aea1e4
aea1e4
diff --git a/libdnf/dnf-context.cpp b/libdnf/dnf-context.cpp
aea1e4
index 926681c2..ccb6fe83 100644
aea1e4
--- a/libdnf/dnf-context.cpp
aea1e4
+++ b/libdnf/dnf-context.cpp
aea1e4
@@ -3253,7 +3253,7 @@ report_problems(const std::vector
aea1e4
                 logger->warning(tfm::format(_("Modular dependency problem with Defaults: %s"), report.c_str()));
aea1e4
                 break;
aea1e4
             case libdnf::ModulePackageContainer::ModuleErrorType::ERROR_IN_LATEST:
aea1e4
-                logger->warning(tfm::format(_("Modular dependency problem with the latest modules: %s"),
aea1e4
+                logger->warning(tfm::format(_("Modular dependency problem with the lates modules: %s"),
aea1e4
                                             report.c_str()));
aea1e4
                 break;
aea1e4
             case libdnf::ModulePackageContainer::ModuleErrorType::ERROR:
aea1e4
-- 
aea1e4
2.31.1
aea1e4