Skip to content

Commit 00219fd

Browse files
committed
impl/entity.go: Spell propagates correctly
1 parent fe03d74 commit 00219fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

impl/entity.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
pb "github.com/NetAuth/Protocol"
1111
)
1212

13-
// EntityCreate propogates entity creation events. This makes certain
13+
// EntityCreate propagates entity creation events. This makes certain
1414
// assumptions around how the okta logins are setup, and how usernames
1515
// are provisioned.
1616
func (o OktaPlugin) EntityCreate(e, de pb.Entity) (pb.Entity, error) {
@@ -134,7 +134,7 @@ func (o OktaPlugin) EntityDestroy(e pb.Entity) (pb.Entity, error) {
134134
return e, nil
135135
}
136136

137-
// PostSecretChange propogates the secret change directly to Okta via
137+
// PostSecretChange propagates the secret change directly to Okta via
138138
// an administrative password change. Technically this pushes a
139139
// plaintext password to Okta, and its assumed that Okta will do the
140140
// right thing with it. The alternative is syncing a hash (which is

0 commit comments

Comments
 (0)