aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci/ci.sh
diff options
context:
space:
mode:
authorGravatar Ivan Vucica <ivucica@google.com>2016-07-11 15:01:15 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-07-12 11:16:34 +0000
commitc3ca4d08dc532365f7165083f3cadbebf4e70c38 (patch)
tree083f82ff381259e4b66a87980c08a113eb5b6a9b /scripts/ci/ci.sh
parent1ce295815438ad91239e5b062e445ee876696dc7 (diff)
scripts/ci/ci.sh: Fix typo in comment 'origina/master' -> 'origin/master'.
-- MOS_MIGRATED_REVID=127086608
Diffstat (limited to 'scripts/ci/ci.sh')
-rwxr-xr-xscripts/ci/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/ci.sh b/scripts/ci/ci.sh
index f835a5f13e..4de04cbe05 100755
--- a/scripts/ci/ci.sh
+++ b/scripts/ci/ci.sh
@@ -32,7 +32,7 @@
# built and tested"
#
# When this script is triggered by Gerrit's patchset-updated hook (for example)
-# you can replace origina/master in the COMMIT_RANGE variable initialization
+# you can replace origin/master in the COMMIT_RANGE variable initialization
# with the branch passed as argument to the hook. When using Jenkins with the
# Gerrit Trigger Plugin, use $GERRIT_BRANCH instead. This would make it
# possible to have the Verified label on Gerrit patchsets populated as fast