From d2626882f28d253f7b20796be6c42cca0f6f0cf8 Mon Sep 17 00:00:00 2001
From: Henning <leutz@pcsg.de>
Date: Sun, 23 Feb 2025 10:39:10 +0100
Subject: [PATCH] style: correct typo in comments

Fixed a typo in the comment of `getEntityTypeTitle` method in `OutputProviderOrder.php` file. The
word "ommitted" is replaced with "omitted".
---
 src/QUI/ERP/Order/Output/OutputProviderOrder.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/QUI/ERP/Order/Output/OutputProviderOrder.php b/src/QUI/ERP/Order/Output/OutputProviderOrder.php
index 5e887cff..dab5709c 100644
--- a/src/QUI/ERP/Order/Output/OutputProviderOrder.php
+++ b/src/QUI/ERP/Order/Output/OutputProviderOrder.php
@@ -54,7 +54,7 @@ public static function getEntityType(): string
     /**
      * Get title for the output entity
      *
-     * @param Locale|null $Locale $Locale (optional) - If ommitted use \QUI::getLocale()
+     * @param Locale|null $Locale $Locale (optional) - If omitted use \QUI::getLocale()
      * @return string
      */
     public static function getEntityTypeTitle(null | Locale $Locale = null): string
-- 
GitLab