Fix typo in SystecScale.cs

This commit is contained in:
2023-08-11 23:59:25 +02:00
parent b11dcd273d
commit 644362f492

View File

@ -4,7 +4,6 @@ using System.IO.Ports;
using System.Net.Sockets;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Shapes;
namespace Elwig.Helpers.Weighing {
public class SystecScale : IScale {
@ -53,7 +52,7 @@ namespace Elwig.Helpers.Weighing {
FillingClearanceMode = ConvertOutput(fill);
WeightLimit = limit;
if (FillingClearanceMode != null && WeightLimit == null)
throw new ArgumentException("Weight limit has to be set, if filling clearance supervision is enalbed");
throw new ArgumentException("Weight limit has to be set, if filling clearance supervision is enabled");
}
public void Dispose() {