From b82385dbf3a31386f3ddcbac452ce6e923ac6949 Mon Sep 17 00:00:00 2001 From: Jonathan Roes Date: Wed, 12 Jun 2013 23:25:06 -0300 Subject: [PATCH] Typo: reuqest => request --- commands/pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/pull.go b/commands/pull.go index 11da5553..6e1ff192 100644 --- a/commands/pull.go +++ b/commands/pull.go @@ -90,7 +90,7 @@ func writePullRequestChanges(repo *github.Repo, messageFile string) error { message := ` # Requesting a pull to %s from %s # -# Write a message for this pull reuqest. The first block +# Write a message for this pull request. The first block # of the text is the title and the rest is description.%s ` startRegexp := regexp.MustCompilePOSIX("^")