Skip to content

Commit 641ac88

Browse files
authored
Fix typo – "muti-author" to "multi-author" (#19897)
2 parents 35ff421 + 0d41204 commit 641ac88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPress/Classes/Services/BlogService.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ - (void)syncBlogAndAllMetadata:(Blog *)blog completionHandler:(void (^)(void))co
180180
[self updateMultiAuthor:users forBlog:blogObjectID];
181181
dispatch_group_leave(syncGroup);
182182
} failure:^(NSError *error) {
183-
DDLogError(@"Failed checking muti-author status for blog %@: %@", blog.url, error);
183+
DDLogError(@"Failed checking multi-author status for blog %@: %@", blog.url, error);
184184
dispatch_group_leave(syncGroup);
185185
}];
186186

@@ -273,7 +273,7 @@ - (void)syncAuthorsForBlog:(Blog *)blog
273273
[self updateMultiAuthor:users forBlog:blogObjectID];
274274
success();
275275
} failure:^(NSError *error) {
276-
DDLogError(@"Failed checking muti-author status for blog %@: %@", blog.url, error);
276+
DDLogError(@"Failed checking multi-author status for blog %@: %@", blog.url, error);
277277
failure(error);
278278
}];
279279
}

0 commit comments

Comments
 (0)