From e3a34c025af8d1ec326c46aaab0fe69807f3a7cd Mon Sep 17 00:00:00 2001 From: anarcat Date: Sat, 14 Oct 2023 21:56:27 -0400 Subject: [PATCH] Update apt_info.py Co-authored-by: Daniel Swarbrick Signed-off-by: anarcat --- apt_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt_info.py b/apt_info.py index a4a218d..7d0b094 100755 --- a/apt_info.py +++ b/apt_info.py @@ -5,7 +5,7 @@ # # This script deliberately does *not* update the apt cache. You need # something else to run `apt update` regularly for the metrics to be -# up to date. This can be done un numerous ways, but the canonical way +# up to date. This can be done in numerous ways, but the canonical way # is to use the normal `APT::Periodic::Update-Package-Lists` # setting. #