Fix typo: seconday → secondary
This commit is contained in:
parent
6628b9f6fc
commit
926432d03a
@ -50,7 +50,7 @@ public struct AccountAttributesRequestFactory {
|
||||
) -> TSRequest {
|
||||
owsPrecondition(
|
||||
!(tsAccountManager.registrationStateWithMaybeSneakyTransaction.isPrimaryDevice ?? false),
|
||||
"Trying to set seconday device attributes from primary device",
|
||||
"Trying to set secondary device attributes from primary device",
|
||||
)
|
||||
|
||||
var result = TSRequest(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user