From 3d4f0e9290f710f68900217c8e44cedcdece0b83 Mon Sep 17 00:00:00 2001 From: Fotis Georgatos Date: Thu, 6 May 2021 03:14:11 +0200 Subject: [PATCH] fix minor typos --- sysa.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysa.py b/sysa.py index 09c8b8b2..4c88daeb 100755 --- a/sysa.py +++ b/sysa.py @@ -83,7 +83,7 @@ class SysA: def get_file(self, url, mkbuild=False, output=None): """ - Download and prepares source packages + Download and prepare source packages url can be either: 1. a single URL @@ -131,7 +131,7 @@ class SysA: def prepare(self): """ - Prepare directory structore for System A. + Prepare directory structure for System A. We create an empty tmpfs, unpack stage0-posix. Rest of the files are unpacked into more structured directory /after """