From b025b3ae460d455bfc9b0c6cb55889f92d16838d Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 21 Aug 2019 13:13:03 -0500 Subject: [PATCH] fix typo in comment --- iOS/AppCoordinator.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/AppCoordinator.swift b/iOS/AppCoordinator.swift index 72b5973d6..f953dbc4e 100644 --- a/iOS/AppCoordinator.swift +++ b/iOS/AppCoordinator.swift @@ -979,7 +979,7 @@ private extension AppCoordinator { // Note about the Shim Controller // In the root split view controller's secondary (or detail) position we use a view controller that - // only acts as a shim (or wrapper) for the actaully desired contents of the second position. This + // only acts as a shim (or wrapper) for the actually desired contents of the second position. This // is because we normally can't change the root split view controllers second position contents // during the display mode change callback (in the split view controller delegate). To fool the // system, we leave the same controller, the shim, in place and change its child controllers instead.