aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/windows.md
diff options
context:
space:
mode:
authorGravatar Florian Weikert <fwe@google.com>2015-06-23 17:17:33 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-24 12:08:15 +0000
commit9408a9e29a29c225061022cec5997e1df5fae6e3 (patch)
tree2ef5045dacff3a7c72f73b5fdb8b16acb50dbe1e /site/docs/windows.md
parent338dc56eae94efcaaf67850dcf9424314ea5b72e (diff)
Replaced 'Blaze' with 'Bazel'
-- MOS_MIGRATED_REVID=96683698
Diffstat (limited to 'site/docs/windows.md')
-rw-r--r--site/docs/windows.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/windows.md b/site/docs/windows.md
index 4b59f17b00..8318d10a8e 100644
--- a/site/docs/windows.md
+++ b/site/docs/windows.md
@@ -46,7 +46,7 @@ Running Bazel on Windows
Running Bazel on Windows requires a few additional steps due to the differences
between the native POSIX environment and the Windows environment.
-First, since Blaze uses symlinks, the current Windows user needs to have the
+First, since Bazel uses symlinks, the current Windows user needs to have the
permission to create symlinks. This permission is off by default for
non-administrator users. The easiest workaround is to run the msys2 shell
as administrator (right click shortcut -> Run As Administrator).