summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Fazakas <alexandru.fazakas@codethink.co.uk>2019-07-17 13:17:13 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-07-19 07:16:20 +0000
commit7c0b58b1226d0e83f68bfc548e81ca298a722945 (patch)
treec000e17234a7107274f2c3a1cf250e71f5e8e9a9
parent93ad9d47bdea437356c64d3a63dc4b25d1cde3c5 (diff)
downloadbuildstream-alexfazakas/fix-frontend-typo.tar.gz
app: Fix "earily" typoalexfazakas/fix-frontend-typo
-rw-r--r--src/buildstream/_frontend/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_frontend/app.py b/src/buildstream/_frontend/app.py
index 1f482bb00..0c140a83a 100644
--- a/src/buildstream/_frontend/app.py
+++ b/src/buildstream/_frontend/app.py
@@ -91,7 +91,7 @@ class App():
self._detail_profile = Profile(dim=True)
#
- # Earily initialization
+ # Early initialization
#
is_a_tty = sys.stdout.isatty() and sys.stderr.isatty()