Skip to content

Commit d07e872

Browse files
Merge pull request #68 from neutmute/master
trivial spelling error
2 parents 638f67f + f2ec263 commit d07e872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Raspberry.IO.InterIntegratedCircuit/I2cDriver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ private static uint GetBscBase(ProcessorPin sdaPin, ProcessorPin sclPin)
374374
throw new InvalidOperationException("No I2C device exist on the specified pins");
375375

376376
default:
377-
throw new NotSupportedException(string.Format(CultureInfo.InvariantCulture, "Connector pintout {0} is not supported", GpioConnectionSettings.ConnectorPinout));
377+
throw new NotSupportedException(string.Format(CultureInfo.InvariantCulture, "Connector pinout {0} is not supported", GpioConnectionSettings.ConnectorPinout));
378378
}
379379
}
380380

0 commit comments

Comments
 (0)