Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/__main__.py
diff options
context:
space:
mode:
authorVarun Madiath <vamega@gmail.com>2020-10-19 21:30:51 -0400
committerVarun Madiath <vamega@gmail.com>2020-10-19 23:04:14 -0400
commitda59378cc45b1d04e0b26d058d451a9202903d1c (patch)
treeaf5569051c4acda4bda0b63a69f6ce1ba796f7a3 /archinstall/__main__.py
parentf32f1e238a0a36b0d1b5220df6f6f053c6c4168c (diff)
Fix typos.
Diffstat (limited to 'archinstall/__main__.py')
-rw-r--r--archinstall/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/__main__.py b/archinstall/__main__.py
index fd536258..6cd9d482 100644
--- a/archinstall/__main__.py
+++ b/archinstall/__main__.py
@@ -21,7 +21,7 @@ def find_examples():
def run_as_a_module():
"""
- Ssince we're running this as a 'python -m archinstall' module OR
+ Since we're running this as a 'python -m archinstall' module OR
a nuitka3 compiled version of the project.
This function and the file __main__ acts as a entry point.
"""