]> git.mxchange.org Git - friendica.git/commitdiff
spelling: dynamically
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:33 +0000 (23:17 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:23 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
mod/photos.php

index 18db9c15d997e8433ddd6d62552cdb56cc73e5ae..3d6a1d4051f1cece7072ea8b4b522ea9e59ed505 100644 (file)
@@ -714,7 +714,7 @@ function photos_content(App $a)
                // When PHP is configured with upload_max_filesize less than maximagesize provide this lower limit.
                $maximagesize_bytes = (is_numeric($mis_bytes) && ($mis_bytes < $umf_bytes) ? $mis_bytes : $umf_bytes);
 
-               // @todo We may be want to use appropriate binary prefixed dynamicly
+               // @todo We may be want to use appropriate binary prefixed dynamically
                $usage_message = DI::l10n()->t('The maximum accepted image size is %s', Strings::formatBytes($maximagesize_bytes));
 
                $tpl = Renderer::getMarkupTemplate('photos_upload.tpl');