diff options
author | bst-marge-bot <marge-bot@buildstream.build> | 2019-07-19 07:58:06 +0000 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-07-19 07:58:06 +0000 |
commit | 52b54a65f0d78efe5c4bc446d8e7649d26ce0871 (patch) | |
tree | c000e17234a7107274f2c3a1cf250e71f5e8e9a9 | |
parent | 93ad9d47bdea437356c64d3a63dc4b25d1cde3c5 (diff) | |
parent | 7c0b58b1226d0e83f68bfc548e81ca298a722945 (diff) | |
download | buildstream-52b54a65f0d78efe5c4bc446d8e7649d26ce0871.tar.gz |
Merge branch 'alexfazakas/fix-frontend-typo' into 'master'
app: Fix "earily" typo
See merge request BuildStream/buildstream!1488
-rw-r--r-- | src/buildstream/_frontend/app.py | 2 |
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() |