File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ Feature: hub issue
644
644
"""
645
645
Then I successfully run `hub issue update 1337 -M 42`
646
646
647
- Scenario : Upate an issue's milestone by name
647
+ Scenario : Update an issue's milestone by name
648
648
Given the GitHub API server:
649
649
"""
650
650
get('/repos/github/hub/milestones') {
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ summarize() {
52
52
echo " Code coverage: $total_coverage "
53
53
local result=" $( bc <<< " ${total_coverage%\%} < $min_coverage" ) "
54
54
if [ " $result " -eq 1 ]; then
55
- echo " Error: coverage dropped below the minimum treshold of ${min_coverage} %!"
55
+ echo " Error: coverage dropped below the minimum threshold of ${min_coverage} %!"
56
56
if [ -n " $CI " ]; then
57
57
html_result=" ${HUB_COVERAGE% .out} .html"
58
58
html_result=" ${html_result# $PWD / } "
You can’t perform that action at this time.
0 commit comments