From 413c11b5ea318e7ca5900b26d3ca8ec8115d8438 Mon Sep 17 00:00:00 2001 From: Carlos Gomez Date: Thu, 22 Aug 2024 12:46:25 -0700 Subject: [PATCH] fix typo to test deployment Summary: Fixed a typo in a comment to trigger deployment so that we can verify it. Differential Revision: D61673215 fbshipit-source-id: 3575ff9a673a2f5b89d0f83f7ee76894c07d9677 --- .../Commands/FBSimulatorAccessibilityCommands.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }