From f2ec263148f9f04e781647609bd4e1d7e8d79c9e Mon Sep 17 00:00:00 2001 From: neutmute Date: Wed, 19 Oct 2016 20:44:45 +1100 Subject: [PATCH] trivial spelling error --- Raspberry.IO.InterIntegratedCircuit/I2cDriver.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Raspberry.IO.InterIntegratedCircuit/I2cDriver.cs b/Raspberry.IO.InterIntegratedCircuit/I2cDriver.cs index 8da61fb..e224193 100644 --- a/Raspberry.IO.InterIntegratedCircuit/I2cDriver.cs +++ b/Raspberry.IO.InterIntegratedCircuit/I2cDriver.cs @@ -374,7 +374,7 @@ private static uint GetBscBase(ProcessorPin sdaPin, ProcessorPin sclPin) throw new InvalidOperationException("No I2C device exist on the specified pins"); default: - throw new NotSupportedException(string.Format(CultureInfo.InvariantCulture, "Connector pintout {0} is not supported", GpioConnectionSettings.ConnectorPinout)); + throw new NotSupportedException(string.Format(CultureInfo.InvariantCulture, "Connector pinout {0} is not supported", GpioConnectionSettings.ConnectorPinout)); } }