]> git.mxchange.org Git - friendica.git/commitdiff
spelling: usually
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:51 +0000 (00:08 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
view/theme/frio/templates/wall_thread.tpl

index d6e44576d4845d1ed5c541678b05ae966b429d5d..8ce54297140eeed2fcec0586e37ff0e00f53236b 100644 (file)
@@ -4,7 +4,7 @@ It would be better if it would be done in friendica core but since core lacks th
 it is done in the theme
 
 In short: the piece of code counts the total number of children of the toplevelpost
-- this are usaly all posts with thread_level = 2 - and stores it in variable $top_children_total.
+- this are usually all posts with thread_level = 2 - and stores it in variable $top_children_total.
 The first time a children which hits thread_level = 2 and $top_child = 1 opens the div.
 
 Everytime when a children with top_level = 2 comes up $top_child_nr rises with 1.