diff --git a/slpkg/check_updates.py b/slpkg/check_updates.py index cb5fe0ab..daec7c09 100644 --- a/slpkg/check_updates.py +++ b/slpkg/check_updates.py @@ -103,7 +103,7 @@ class CheckUpdates(Configs): def error_connected_repositories(self) -> None: if self.error_connected: - print(f'\n{self.endc}Failed to connected to the repositories:\n') + print(f'\n{self.endc}Failed connected to the mirrors:\n') for repo in self.error_connected: print(f'{self.red}>{self.endc} {repo}')