]> git.mxchange.org Git - friendica.git/commitdiff
spelling: children
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 22:04:43 +0000 (18:04 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 22:59:11 +0000 (18:59 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
tests/src/Model/UserTest.php
view/theme/frio/templates/wall_thread.tpl

index f1785f99d75fd0c4cb060d8f8639aa4c3cb5d16f..eb0cb9f32fce76e2457335d880809ab7e5f04644 100644 (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'],
                        [
index 8ce54297140eeed2fcec0586e37ff0e00f53236b..face2436b81fb86b32d2e41540aab7e6d3d09da1 100644 (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}}