diff --git a/FBSimulatorControl/Commands/FBSimulatorAccessibilityCommands.m b/FBSimulatorControl/Commands/FBSimulatorAccessibilityCommands.m index fc07eb2e9..01055aef8 100644 --- a/FBSimulatorControl/Commands/FBSimulatorAccessibilityCommands.m +++ b/FBSimulatorControl/Commands/FBSimulatorAccessibilityCommands.m @@ -132,7 +132,7 @@ @implementation FBSimulatorAccessibilitySerializer }; } -// This replicates the non-heirarchical system that was previously present in SimulatorBridge. +// This replicates the non-hierarchical system that was previously present in SimulatorBridge. // In this case the values of frames must be relative to the root, rather than the parent frame. + (NSArray *> *)flatRecursiveDescriptionFromElement:(AXPMacPlatformElement *)element token:(NSString *)token { @@ -225,7 +225,7 @@ - (instancetype)initWithNestedFormat:(BOOL)nestedFormat _token = NSUUID.UUID.UUIDString; _nestedFormat = nestedFormat; - + return self; } @@ -288,7 +288,7 @@ - (instancetype)initWithNestedFormat:(BOOL)nestedFormat point:(CGPoint)point } _point = point; - + return self; }