Fix spelling mistake

This commit is contained in:
Cameron Gutman
2015-07-09 20:32:03 -07:00
parent 8d4d391310
commit bf0858d57e

View File

@@ -66,7 +66,7 @@ static NSArray* appList;
- (void)pairSuccessful {
dispatch_sync(dispatch_get_main_queue(), ^{
[_pairAlert dismissViewControllerAnimated:YES completion:nil];
_pairAlert = [UIAlertController alertControllerWithTitle:@"Pairing Succesful"
_pairAlert = [UIAlertController alertControllerWithTitle:@"Pairing Successful"
message:@"Successfully paired to host"
preferredStyle:UIAlertControllerStyleAlert];
[_pairAlert addAction:[UIAlertAction actionWithTitle:@"Ok" style:UIAlertActionStyleDestructive handler:nil]];