Skip to content
Snippets Groups Projects
Unverified Commit 8427f0f1 authored by Stephan Renatus's avatar Stephan Renatus Committed by GitHub
Browse files

Merge pull request #1543 from wassan128/fix-typo

Fix typo
parents 3b7292a0 42e86198
No related branches found
No related tags found
No related merge requests found
......@@ -445,7 +445,7 @@ func (p *provider) validateStatus(status *status) error {
func (p *provider) validateSubject(subject *subject, inResponseTo string) error {
// Optional according to the spec, but again, we're going to be strict here.
if len(subject.SubjectConfirmations) == 0 {
return fmt.Errorf("Subject contained no SubjectConfrimations")
return fmt.Errorf("Subject contained no SubjectConfirmations")
}
var errs []error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment