aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar dslomov <dslomov@google.com>2017-07-20 10:02:27 +0200
committerGravatar Klaus Aehlig <aehlig@google.com>2017-07-20 10:31:22 +0200
commit897018267e9bd78f343e068eee8fdfd82b9c292e (patch)
tree439a80518a764ad2c16c6e3147919e66cc5b3f0a /src
parent9669b38e8ff80d198eb322dacec2daf544d991de (diff)
Fix typos in messages.
RELNOTES: None. PiperOrigin-RevId: 162586748
Diffstat (limited to 'src')
-rw-r--r--src/main/cpp/blaze_util_windows.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/cpp/blaze_util_windows.cc b/src/main/cpp/blaze_util_windows.cc
index 7f0ca75742..df672e42ca 100644
--- a/src/main/cpp/blaze_util_windows.cc
+++ b/src/main/cpp/blaze_util_windows.cc
@@ -1624,7 +1624,7 @@ static string GetBashFromGitOnWin() {
return string();
}
- debug_log("Detected msys bash at %s", bash_exe.c_str());
+ debug_log("Detected git-on-Windows bash at %s", bash_exe.c_str());
return bash_exe;
}
@@ -1701,7 +1701,7 @@ void DetectBashOrDie() {
" https://git-scm.com/download/win\n"
"\n"
"If you already have bash.exe installed but Bazel cannot find it,\n"
- "set BAZEL_SH environment variable to it's location:\n"
+ "set BAZEL_SH environment variable to its location:\n"
" set BAZEL_SH=c:\\path\\to\\bash.exe\n");
exit(1);
}