File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ func notaryRoleToSigner(tufRole data.RoleName) string {
2828 return strings .TrimPrefix (tufRole .String (), "targets/" )
2929}
3030
31- // clearChangelist clears the notary staging changelist.
31+ // clearChangeList clears the notary staging changelist.
3232func clearChangeList (notaryRepo client.Repository ) error {
3333 cl , err := notaryRepo .GetChangelist ()
3434 if err != nil {
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ func resetTimer(t *time.Timer, d time.Duration) {
155155 t .Reset (d )
156156}
157157
158- // getToken calls the token endpoint of Auth0 and returns the response.
158+ // getDeviceToken calls the token endpoint of Auth0 and returns the response.
159159func (a API ) getDeviceToken (ctx context.Context , state State ) (TokenResponse , error ) {
160160 ctx , cancel := context .WithTimeout (ctx , 1 * time .Minute )
161161 defer cancel ()
You can’t perform that action at this time.
0 commit comments