File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
WordPress/Classes/Services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments