fix minor typos

This commit is contained in:
Fotis Georgatos 2021-05-06 03:14:11 +02:00 committed by GitHub
parent b76871a339
commit 3d4f0e9290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
"""