Skip to content

Commit ecafb96

Browse files
committed
Fix typo in comment
1 parent aaa2fda commit ecafb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refresh.template.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ def _ensure_external_workspaces_link_exists():
944944
# Traverse into output_base via bazel-out, keeping the workspace position-independent, so it can be moved without rerunning
945945
dest = pathlib.Path('bazel-out/../../../external')
946946
if is_windows:
947-
# On Windows, unfortunately, bazel-out is a junction, and acessing .. of a junction brings you back out the way you came. So we have to resolve bazel-out first. Not position-independent, but I think the best we can do
947+
# On Windows, unfortunately, bazel-out is a junction, and accessing .. of a junction brings you back out the way you came. So we have to resolve bazel-out first. Not position-independent, but I think the best we can do
948948
dest = (pathlib.Path('bazel-out').resolve()/'../../../external').resolve()
949949

950950
# Handle problem cases where //external exists

0 commit comments

Comments
 (0)