From 6c87dfc7a1e3e9879c2e87c5689db779136892fa Mon Sep 17 00:00:00 2001 From: dannark Date: Mon, 2 Jul 2018 01:58:01 -0700 Subject: Fix typo in doc RELNOTES: None PiperOrigin-RevId: 202914788 --- tools/build_defs/repo/git.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/build_defs/repo/git.bzl b/tools/build_defs/repo/git.bzl index 3663dc804f..8b283cf9b0 100644 --- a/tools/build_defs/repo/git.bzl +++ b/tools/build_defs/repo/git.bzl @@ -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: @@ -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). @@ -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). -- cgit v1.2.3