diff --git a/Nefarius.Peripherals.SerialPort/SerialPort.cs b/Nefarius.Peripherals.SerialPort/SerialPort.cs index 62999ba..08beacf 100644 --- a/Nefarius.Peripherals.SerialPort/SerialPort.cs +++ b/Nefarius.Peripherals.SerialPort/SerialPort.cs @@ -198,7 +198,7 @@ public sealed class SerialPort : IDisposable public bool TxWhenRxXoff { get; set; } = true; /// - /// Specidies the use to which the DTR output is put (default: none) + /// Specifies the use to which the DTR output is put (default: none) /// [UsedImplicitly] public HsOutput UseDtr { get; set; } = HsOutput.None;