logdog: fix typo in docstring
Change-Id: Ife854a4ac590c43f1a39b79d5eb891f1f69b52bd
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/3017894
Commit-Queue: Yiwei Zhang <yiwzhang@google.com>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
Auto-Submit: Yiwei Zhang <yiwzhang@google.com>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
NOKEYCHECK=True
GitOrigin-RevId: 302a102a3c72224d2039df35fe4b292e9dd540d3
diff --git a/bootstrap.py b/bootstrap.py
index aa88cef..e213a58 100644
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -41,7 +41,7 @@
env (dict): The environment to probe. If None, `os.getenv` will be used.
Raises:
- NotBootstrappedError if the current environment is not boostrapped.
+ NotBootstrappedError if the current environment is not bootstrapped.
"""
if env is None:
env = os.environ