spelling: children

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-26 18:04:43 -04:00
parent 4c41f5a2f3
commit 9fc26de628
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ class UserTest extends MockedTest
$this->dbMock->shouldReceive('isResult')->with('objectReturn')->andReturn(true)->once();
$this->dbMock->shouldReceive('toArray')->with('objectReturn', true, 0)->andReturn([$this->parent])->once();
// Select the childs (user & manage)
// Select the children (user & manage)
$this->dbMock->shouldReceive('select')->with('user',
['uid', 'username', 'nickname'],
[

View File

@ -22,7 +22,7 @@ as the value of $top_child_total (this is done at the end of this file)
{{if $item.thread_level==2 && $top_child_nr==1}}
<div class="comment-container"> <!--top-child-begin-->
{{/if}}
{{* end of hacky part to count childrens *}}
{{* end of hacky part to count children *}}
{{if $mode == display}}