]> git.mxchange.org Git - friendica.git/commitdiff
spelling: possibility
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:01 +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>
src/Content/Text/BBCode.php
view/theme/frio/css/style.css

index a38d2de7856ec39f7c24c38c36d7a5af6c92eee2..d6650f6aa01d18e0061676b619841c14e68c1366 100644 (file)
@@ -1373,7 +1373,7 @@ class BBCode
                                        });
                                }
 
-                               // leave open the posibility of [map=something]
+                               // leave open the possibility of [map=something]
                                // this is replaced in Item::prepareBody() which has knowledge of the item location
                                if (strpos($text, '[/map]') !== false) {
                                        $text = preg_replace_callback(
index 929328e08a1b3262b03903a155baaca86c243aa8..40090e875a05a6872710be5d41ac482072922997 100644 (file)
@@ -2183,7 +2183,7 @@ wall-item-comment-wrapper.well hr {
 nav .acpopup {
        margin-left: -23px;
 }
-/** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
+/** @todo: we schould consider the possibility to overwrite bootstrap dropdowns
  at the beginning of this file to get rid of the !important */
 .textcomplete-item > a {
        color: $font_color_darker !important;