aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-10-31 11:31:29 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2016-10-31 13:32:44 +0000
commit4dde8ede07028bc2b30343499d1f746d195528eb (patch)
tree4e5ad0710626cb57fc1b0cb9abd36cd4367d2f5d
parentb83d3a71fbd7e3c6f13f46442d01f92fad8526fa (diff)
Fix typo in bazel docs: Borne -> Bourne.
-- MOS_MIGRATED_REVID=137688913
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/be/common-definitions.vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/be/common-definitions.vm b/src/main/java/com/google/devtools/build/docgen/templates/be/common-definitions.vm
index 94f5ac80a1..9ccae80b55 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/be/common-definitions.vm
+++ b/src/main/java/com/google/devtools/build/docgen/templates/be/common-definitions.vm
@@ -18,7 +18,7 @@ many functions or build rules below.
<div class="toc">
<h1>Contents</h1>
<ul>
- <li><a href="#sh-tokenization">Borne shell tokenization</a></li>
+ <li><a href="#sh-tokenization">Bourne shell tokenization</a></li>
<li><a href="#label-expansion">Label Expansion</a></li>
<li><a href="#common-attributes">Attributes common to all build rules</a></li>
<li><a href="#common-attributes-tests">Attributes common to all test rules (*_test)</a></li>