From 5016c196ba396d6c403505af2cb8e5101b6aa0bf Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 8 Jun 2017 18:02:00 +0200 Subject: [PATCH] Fix two typos in the config --- pmb/config/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index ffd90c52..1b125a73 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -34,7 +34,7 @@ pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/keys" # Update this frequently to prevent a MITM attack with an outdated version -# (which may contain a vulnerable apk/libressl, and allows and attacker to +# (which may contain a vulnerable apk/libressl, and allows an attacker to # exploit the system!) apk_tools_static_min_version = "2.7.1-r0" @@ -109,7 +109,7 @@ chroot_device_nodes = [ # BUILD # -# Packages, that will be installed in a chroot before it build packages +# Packages, that will be installed in a chroot before it builds packages # for the first time build_packages = ["abuild", "build-base", "ccache"]