mirror of
https://github.com/friendica/friendica
synced 2024-11-12 22:22:54 +00:00
spelling: plural
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
88e0725625
commit
b30018d748
1 changed files with 2 additions and 2 deletions
|
@ -90,9 +90,9 @@ abstract class BaseModule implements ICanHandleRequests
|
||||||
*
|
*
|
||||||
* @see L10n::tt()
|
* @see L10n::tt()
|
||||||
*/
|
*/
|
||||||
protected function tt(string $singular, string $plurarl, int $count): string
|
protected function tt(string $singular, string $plural, int $count): string
|
||||||
{
|
{
|
||||||
return $this->l10n->tt($singular, $plurarl, $count);
|
return $this->l10n->tt($singular, $plural, $count);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue