From 973c82b7f5acd4f83000aa3420767e40776f5015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A1=D0=BF=D0=B8?= =?UTF-8?q?=D1=80=D0=BA=D0=BE=D0=B2?= Date: Thu, 11 Sep 2025 11:08:57 +0400 Subject: [PATCH] Fix typos in the comments --- build/controllers/MimeTypeController.php | 6 +++--- framework/helpers/mimeAliases.php | 2 +- framework/helpers/mimeExtensions.php | 2 +- framework/helpers/mimeTypes.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/controllers/MimeTypeController.php b/build/controllers/MimeTypeController.php index b2c51098a49..82a8164c0dd 100644 --- a/build/controllers/MimeTypeController.php +++ b/build/controllers/MimeTypeController.php @@ -122,7 +122,7 @@ private function generateMimeTypesFile($outFile, $content) * https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types * This file has been placed in the public domain for unlimited redistribution. * - * All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php + * All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php * otherwise they will be lost on next build. */ \$mimeTypes = $array; @@ -153,7 +153,7 @@ private function generateMimeAliasesFile($outFile) * * This file contains aliases for MIME types. * - * All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php + * All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php * otherwise they will be lost on next build. */ return $array; @@ -217,7 +217,7 @@ private function generateMimeExtensionsFile($outFile, $content) * https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types * This file has been placed in the public domain for unlimited redistribution. * - * All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php + * All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php * otherwise they will be lost on next build. */ return $array; diff --git a/framework/helpers/mimeAliases.php b/framework/helpers/mimeAliases.php index a9e677adcbd..94ff2b05f3e 100644 --- a/framework/helpers/mimeAliases.php +++ b/framework/helpers/mimeAliases.php @@ -4,7 +4,7 @@ * * This file contains aliases for MIME types. * - * All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php + * All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php * otherwise they will be lost on next build. */ return [ diff --git a/framework/helpers/mimeExtensions.php b/framework/helpers/mimeExtensions.php index 02109df1cae..115b3407586 100644 --- a/framework/helpers/mimeExtensions.php +++ b/framework/helpers/mimeExtensions.php @@ -9,7 +9,7 @@ * https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types * This file has been placed in the public domain for unlimited redistribution. * - * All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php + * All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php * otherwise they will be lost on next build. */ return [ diff --git a/framework/helpers/mimeTypes.php b/framework/helpers/mimeTypes.php index 8ff418d6abe..9f45b1195b1 100644 --- a/framework/helpers/mimeTypes.php +++ b/framework/helpers/mimeTypes.php @@ -8,7 +8,7 @@ * https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types * This file has been placed in the public domain for unlimited redistribution. * - * All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php + * All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php * otherwise they will be lost on next build. */ $mimeTypes = [