Skip to content

Commit

Permalink
Merge pull request jenkinsci#282 from rneatherway/patch-1
Browse files Browse the repository at this point in the history
Correct typo 'conext' -> 'context'
  • Loading branch information
DavidTanner committed Jun 9, 2015
2 parents a303155 + d7b8b44 commit 27e9361
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private void createCommitStatus(AbstractBuild<?, ?> build, TaskListener listener

listener.getLogger().println(String.format("Setting status of %s to %s with url %s and message: '%s'", sha1, state, url, message));
if (context != null) {
listener.getLogger().println(String.format("Using conext: " + context));
listener.getLogger().println(String.format("Using context: " + context));
}
try {
repo.createCommitStatus(sha1, state, url, message, context);
Expand Down

0 comments on commit 27e9361

Please sign in to comment.