Skip to content
Snippets Groups Projects
Commit 42e86198 authored by wassan128's avatar wassan128
Browse files

Fix typo

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