Fix typos in messages.

RELNOTES: None.
PiperOrigin-RevId: 162586748
diff --git a/src/main/cpp/blaze_util_windows.cc b/src/main/cpp/blaze_util_windows.cc
index 7f0ca75..df672e4 100644
--- a/src/main/cpp/blaze_util_windows.cc
+++ b/src/main/cpp/blaze_util_windows.cc
@@ -1624,7 +1624,7 @@
     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 @@
         "       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);
   }