diff options
author | Mike Frysinger <vapier@chromium.org> | 2018-03-28 22:33:34 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-03-28 22:33:57 -0400 |
commit | a7c23e549e15582d04a53f4ab7e3ed2a60b0070b (patch) | |
tree | a9d7f8790b42da7b8901eda1471f27020076e2b8 /eclass/git-r3.eclass | |
parent | sys-apps/apply-default-acl: new version 0.4.0. (diff) | |
download | gentoo-a7c23e549e15582d04a53f4ab7e3ed2a60b0070b.tar.gz gentoo-a7c23e549e15582d04a53f4ab7e3ed2a60b0070b.tar.bz2 gentoo-a7c23e549e15582d04a53f4ab7e3ed2a60b0070b.zip |
eclass: misc spelling fixes
Diffstat (limited to 'eclass/git-r3.eclass')
-rw-r--r-- | eclass/git-r3.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index 55a987b79545..75a589d0168d 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -145,7 +145,7 @@ fi # The branch name to check out. If unset, the upstream default (HEAD) # will be used. # -# It can be overriden via env using ${PN}_LIVE_BRANCH variable. +# It can be overridden via env using ${PN}_LIVE_BRANCH variable. # @ECLASS-VARIABLE: EGIT_COMMIT # @DEFAULT_UNSET @@ -155,7 +155,7 @@ fi # not on HEAD branch, EGIT_BRANCH needs to be set to a branch on which # the commit is available. # -# It can be overriden via env using ${PN}_LIVE_COMMIT variable. +# It can be overridden via env using ${PN}_LIVE_COMMIT variable. # @ECLASS-VARIABLE: EGIT_COMMIT_DATE # @DEFAULT_UNSET @@ -171,7 +171,7 @@ fi # will be considered alike a single commit with date corresponding # to the merge commit date. # -# It can be overriden via env using ${PN}_LIVE_COMMIT_DATE variable. +# It can be overridden via env using ${PN}_LIVE_COMMIT_DATE variable. # @ECLASS-VARIABLE: EGIT_CHECKOUT_DIR # @DESCRIPTION: |