fix typo in comment

This commit is contained in:
Maurice Parker 2019-08-21 13:13:03 -05:00
parent c4e2420966
commit b025b3ae46
1 changed files with 1 additions and 1 deletions

View File

@ -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.