From 47d29ae1e3521235114bf99a3b33f5276ef0466e Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 15 Mar 2023 19:20:57 +0200 Subject: [PATCH] Fixed typo --- slpkg/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slpkg/checks.py b/slpkg/checks.py index aced58a2..2d42f8a2 100644 --- a/slpkg/checks.py +++ b/slpkg/checks.py @@ -29,7 +29,7 @@ class Check(Configs): self.repo_path = self.ponce_repo_path def is_package_exists(self, slackbuilds: list) -> list: - """ Checking if the slackbuild exists in the repository. """ + """ Checking if the slackbuild exists in the database. """ not_packages: list = [] for sbo in slackbuilds: