spellcheck

This commit is contained in:
atef 2024-11-26 11:24:11 +01:00
parent a5c6d7ecb2
commit 8bb1287864
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ public static class Topology
public static DcPowerDevice? CalculateAcDcToDcLink(AmptStatus? pvOnDc, DcDcDevicesRecord? dcDc, AcDcDevicesRecord acDc)
{
var i = pvOnDc?.Dc.Power;
var k = dcDc?.Dc.Link.Power; // We dont check on the DcDc because this device is mandatory
var k = dcDc?.Dc.Link.Power; // We don't check on the DcDc because this device is mandatory
var g = acDc?.Dc.Power;
if (i is null || k is null )