@@ -82,7 +82,7 @@ func NewActiveWebSession(SessionId string, UserAgent string, Os string, Browser
8282// AddSecondaryEmailResult : Result of trying to add a secondary email to a
8383// user. 'success' is the only value indicating that a secondary email was
8484// successfully added to a user. The other values explain the type of error that
85- // occurred, and include the email for which the error occured .
85+ // occurred, and include the email for which the error occurred .
8686type AddSecondaryEmailResult struct {
8787 dropbox.Tagged
8888 // Success : Describes a secondary email that was successfully added to a
@@ -464,7 +464,7 @@ const (
464464// DeleteSecondaryEmailResult : Result of trying to delete a secondary email
465465// address. 'success' is the only value indicating that a secondary email was
466466// successfully deleted. The other values explain the type of error that
467- // occurred, and include the email for which the error occured .
467+ // occurred, and include the email for which the error occurred .
468468type DeleteSecondaryEmailResult struct {
469469 dropbox.Tagged
470470 // Success : The secondary email was successfully deleted.
@@ -1951,8 +1951,8 @@ type LegalHoldPolicy struct {
19511951 Description string `json:"description,omitempty"`
19521952 // ActivationTime : The time at which the legal hold was activated.
19531953 ActivationTime * time.Time `json:"activation_time,omitempty"`
1954- // Members : Team members IDs and number of permanetly deleted members under
1955- // hold.
1954+ // Members : Team members IDs and number of permanently deleted members
1955+ // under hold.
19561956 Members * MembersInfo `json:"members"`
19571957 // Status : The current state of the hold.
19581958 Status * LegalHoldStatus `json:"status"`
@@ -4440,7 +4440,7 @@ func NewRemovedStatus(IsRecoverable bool, IsDisconnected bool) *RemovedStatus {
44404440// ResendSecondaryEmailResult : Result of trying to resend verification email to
44414441// a secondary email address. 'success' is the only value indicating that a
44424442// verification email was successfully sent. The other values explain the type
4443- // of error that occurred, and include the email for which the error occured .
4443+ // of error that occurred, and include the email for which the error occurred .
44444444type ResendSecondaryEmailResult struct {
44454445 dropbox.Tagged
44464446 // Success : A verification email was successfully sent to the secondary
@@ -5844,7 +5844,7 @@ func (u *UploadApiRateLimitValue) UnmarshalJSON(body []byte) error {
58445844// UserAddResult : Result of trying to add secondary emails to a user. 'success'
58455845// is the only value indicating that a user was successfully retrieved for
58465846// adding secondary emails. The other values explain the type of error that
5847- // occurred, and include the user for which the error occured .
5847+ // occurred, and include the user for which the error occurred .
58485848type UserAddResult struct {
58495849 dropbox.Tagged
58505850 // Success : Describes a user and the results for each attempt to add a
@@ -5968,7 +5968,7 @@ func NewUserDeleteEmailsResult(User *UserSelectorArg, Results []*DeleteSecondary
59685968// UserDeleteResult : Result of trying to delete a user's secondary emails.
59695969// 'success' is the only value indicating that a user was successfully retrieved
59705970// for deleting secondary emails. The other values explain the type of error
5971- // that occurred, and include the user for which the error occured .
5971+ // that occurred, and include the user for which the error occurred .
59725972type UserDeleteResult struct {
59735973 dropbox.Tagged
59745974 // Success : Describes a user and the results for each attempt to delete a
@@ -6036,7 +6036,7 @@ func NewUserResendEmailsResult(User *UserSelectorArg, Results []*ResendSecondary
60366036// UserResendResult : Result of trying to resend verification emails to a user.
60376037// 'success' is the only value indicating that a user was successfully retrieved
60386038// for sending verification emails. The other values explain the type of error
6039- // that occurred, and include the user for which the error occured .
6039+ // that occurred, and include the user for which the error occurred .
60406040type UserResendResult struct {
60416041 dropbox.Tagged
60426042 // Success : Describes a user and the results for each attempt to resend
0 commit comments