Skip to content

Commit

Permalink
Fixing a typo I noticed playing with OpenWrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
half-ogre committed Mar 4, 2012
1 parent 2d97447 commit 39132a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenWrap.Commands/Wrap/PublishWrapCommand.cs
Expand Up @@ -11,7 +11,7 @@

namespace OpenWrap.Commands.Wrap
{
[Command(Noun = "wrap", Verb = "publish", Description = "Publishes a package to a remote reposiory.")]
[Command(Noun = "wrap", Verb = "publish", Description = "Publishes a package to a remote repository.")]
public class PublishWrapCommand : WrapCommand
{
ISupportAuthentication _authenticationSupport;
Expand Down

0 comments on commit 39132a7

Please sign in to comment.