spelling: possibility

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:08:01 -04:00
parent b25fcf9e68
commit 33f2e933e2
2 changed files with 2 additions and 2 deletions

View 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(

View 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;