Minor correction to spelling

This commit is contained in:
Gregory John Casamento 2024-06-30 22:07:54 -04:00
parent 765160fdac
commit 860e1863da

View file

@ -2063,7 +2063,7 @@ Also returns the child index relative to this parent. */
* key of "children". This is per the tests for this at
* https://github.com/gcasa/NSTreeController_test. Specifically it returns
* _NSControllerTreeProxy. The equivalent of that class in GNUstep is
* GSTreeControllerProxy.
* GSControllerTreeProxy.
*/
children = [representedObject objectForKey: @"children"];
num = [children count];