Skip to content

Commit 6c63f56

Browse files
authored
Merge pull request mislav#2524 from pgrimaud/master
Fix typos
2 parents e50cc02 + 2836fb9 commit 6c63f56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/issue.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ Feature: hub issue
644644
"""
645645
Then I successfully run `hub issue update 1337 -M 42`
646646

647-
Scenario: Upate an issue's milestone by name
647+
Scenario: Update an issue's milestone by name
648648
Given the GitHub API server:
649649
"""
650650
get('/repos/github/hub/milestones') {

script/coverage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ summarize() {
5252
echo "Code coverage: $total_coverage"
5353
local result="$(bc <<<"${total_coverage%\%} < $min_coverage")"
5454
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}%!"
5656
if [ -n "$CI" ]; then
5757
html_result="${HUB_COVERAGE%.out}.html"
5858
html_result="${html_result#$PWD/}"

0 commit comments

Comments
 (0)