From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 26 Mar 2023 22:44:52 +0000 (-0400) Subject: spelling: search X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=23e1c0bb712c123219ba97d5fd0dd393fca52975;p=friendica.git spelling: search Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Content/OEmbed.php b/src/Content/OEmbed.php index 4304bc91a0..c113110662 100644 --- a/src/Content/OEmbed.php +++ b/src/Content/OEmbed.php @@ -447,7 +447,7 @@ class OEmbed * Generates an XPath query to select elements whose provided attribute contains * the provided value in a space-separated list. * - * @param string $attr Name of the attribute to seach + * @param string $attr Name of the attribute to search * @param string $value Value to search in a space-separated list * @return string */