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