From f7a200c8b233f8c9f2165fcae0a1f3de7b827a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Fri, 30 Sep 2022 16:36:09 +0200 Subject: [PATCH] Typo fix --- Nefarius.Peripherals.SerialPort/SerialPort.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;