fix: typos

TOO many typos
This commit is contained in:
2026-03-11 12:46:21 +03:00
parent 4bf23c6993
commit 821144a691
22 changed files with 165 additions and 165 deletions
+3 -3
View File
@@ -108,7 +108,7 @@ public partial class Program
}
catch (Exception ex)
{
_logger.LogError(ex, "Exception occured while image capturing");
_logger.LogError(ex, "Exception occurred while image capturing");
break;
}
@@ -119,7 +119,7 @@ public partial class Program
}
catch (Exception ex)
{
_logger.LogError(ex, "Exception occured while image saving");
_logger.LogError(ex, "Exception occurred while image saving");
}
try
@@ -147,7 +147,7 @@ public partial class Program
}
catch (Exception ex)
{
_logger.LogError(ex, "Exception occured while gains computing");
_logger.LogError(ex, "Exception occurred while gains computing");
break;
}
i++;