Skip to content

Commit

Permalink
Fix typo in doc
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 202914788
  • Loading branch information
dkelmer authored and Copybara-Service committed Jul 2, 2018
1 parent 0e3df78 commit 6c87dfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/build_defs/repo/git.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ set -ex

def _update_commit(orig, keys, override):
# Merge the override information into the dict, resulting by taking the
# given keys, as well as the name, form orig (if present there).
# given keys, as well as the name, from orig (if present there).
result = {}
for key in keys:
if getattr(orig, key) != None:
Expand Down Expand Up @@ -155,7 +155,7 @@ new_git_repository = repository_rule(
Clones a Git repository, checks out the specified tag, or commit, and
makes its targets available for binding. Also determine the id of the
commit actually checkted out and its date, and return a dict with paramters
commit actually checked out and its date, and return a dict with paramters
that provide a reproducible version of this rule (which a tag not necessarily
is).
Expand Down Expand Up @@ -213,7 +213,7 @@ git_repository = repository_rule(
Clones a Git repository, checks out the specified tag, or commit, and
makes its targets available for binding. Also determine the id of the
commit actually checkted out and its date, and return a dict with paramters
commit actually checked out and its date, and return a dict with paramters
that provide a reproducible version of this rule (which a tag not necessarily
is).
Expand Down

0 comments on commit 6c87dfc

Please sign in to comment.