forked from amkovkov/GranuSightSoftware2
fix: typos
TOO many typos
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user