commit: 3d4f0e9290f710f68900217c8e44cedcdece0b83
parent b76871a339661c6b0693c2920eefb89df559814f
Author: Fotis Georgatos <kefalonia@gmail.com>
Date: Thu, 6 May 2021 03:14:11 +0200
fix minor typos
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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
"""