Remove spurious with from comment
Change-Id: I1647fc89df29b3f1fdd4ef7412b993cd6126b971
diff --git a/zuul/manager/__init__.py b/zuul/manager/__init__.py
index f0250cf..40a1b22 100644
--- a/zuul/manager/__init__.py
+++ b/zuul/manager/__init__.py
@@ -475,7 +475,7 @@
build_set = item.current_build_set
self.log.debug("Load dynamic layout with %s" % build_set.files)
try:
- # First parse the config with as it will land with the
+ # First parse the config as it will land with the
# full set of config and project repos. This lets us
# catch syntax errors in config repos even though we won't
# actually run with that config.