mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Minor correction to spelling
This commit is contained in:
parent
765160fdac
commit
860e1863da
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue