Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Fix "singned" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed May 16, 2020
1 parent d9cd0f3 commit 0cc96e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbazaard.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func main() {

_, err := parser.AddCommand("gencerts",
"Generate certificates",
"Generate self-singned certificates",
"Generate self-signed certificates",
&cmd.GenerateCertificates{})
if err != nil {
log.Error(err)
Expand Down

0 comments on commit 0cc96e1

Please sign in to comment.