Added new high level TWI packet read/write commands, altered behaviour of the TWI_Sta...
[pub/USBasp.git] / Demos / Device / Incomplete / TestAndMeasurement / TestAndMeasurement.c
index 3c5cf47..a2f3cca 100644 (file)
@@ -64,7 +64,7 @@ bool IsTMCBulkOUTReset = false;
 /** Last used tag value for data transfers */\r
 uint8_t CurrentTransferTag = 0;\r
 \r
-/** Length of last data transfer, for reporting to the host in case an in-progress tranfer is aborted */\r
+/** Length of last data transfer, for reporting to the host in case an in-progress transfer is aborted */\r
 uint32_t LastTransferLength = 0;\r
 \r
 /** Main program entry point. This routine contains the overall program flow, including initial\r