spelling: warning
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:58 +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>
CHANGELOG
view/theme/frio/templates/admin/logs/view.tpl

index 708b306..55bdadc 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2079,7 +2079,7 @@ Version 3.3.3 (2015-02-24)
 
 Version 3.3.2 (2014-12-26)
 
-       Set default value for all not-null fields (fixes SQL warinigs) (annando)
+       Set default value for all not-null fields (fixes SQL warnings) (annando)
        Fix item filters in network page (issue #1222) (fabrixxm)
        Remove reference to an ex Friendica hub from documentation (beardyunixer, tobiasd)
        API throttling (annando)
index 34136fd..cac7b7d 100644 (file)
@@ -67,7 +67,7 @@
                                        <td class="
                                                {{if $row->level == "CRITICAL"}}bg-danger
                                                {{elseif $row->level == "ERROR"}}bg-danger
-                                               {{elseif $row->level == "WARNING"}}bg-warinig
+                                               {{elseif $row->level == "WARNING"}}bg-warning
                                                {{elseif $row->level == "NOTICE"}}bg-info
                                                {{elseif $row->level == "DEBUG"}}text-muted
                                                {{/if}}