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

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