mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
spelling: construct
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3ef88a46ad
commit
7f4b6ed7b3
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue