From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 03:17:18 +0000 (-0400) Subject: spelling: construct X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7f4b6ed7b3e2f87ca9ee2dd95790e09817f6619f;p=friendica.git spelling: construct Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Module/Search/Index.php b/src/Module/Search/Index.php index d1cd5f40d3..1673896842 100644 --- a/src/Module/Search/Index.php +++ b/src/Module/Search/Index.php @@ -106,7 +106,7 @@ class Index extends BaseSearch $search = '#' . trim(rawurldecode($_GET['tag'])); } - // contruct a wrapper for the search header + // construct a wrapper for the search header $o = Renderer::replaceMacros(Renderer::getMarkupTemplate('content_wrapper.tpl'), [ 'name' => 'search-header', '$title' => DI::l10n()->t('Search'),