mirror of
https://github.com/stacksmashing/LPCClocklessAnalyzer.git
synced 2026-01-30 19:08:38 +03:00
Fix spelling mistakes
This commit is contained in:
@@ -13,7 +13,7 @@ print("What would you like to call your new analyzer?")
|
|||||||
print("")
|
print("")
|
||||||
print(">>The files under '/source' will be modified to use it.")
|
print(">>The files under '/source' will be modified to use it.")
|
||||||
print(">>Examples include Serial, MySerial, JoesSerial, Gamecube, Wiimote, 2Wire, etc.")
|
print(">>Examples include Serial, MySerial, JoesSerial, Gamecube, Wiimote, 2Wire, etc.")
|
||||||
print(">>Do not inclide the trailing word 'Analyzer' this will be added automaticly.")
|
print(">>Do not include the trailing word 'Analyzer' this will be added automatically.")
|
||||||
print("")
|
print("")
|
||||||
print("(press CTRL-C to cancel)")
|
print("(press CTRL-C to cancel)")
|
||||||
print("")
|
print("")
|
||||||
@@ -22,7 +22,7 @@ new_analyzer_name = input( "Your new analyzer name: " )
|
|||||||
|
|
||||||
print("")
|
print("")
|
||||||
print("")
|
print("")
|
||||||
print("What is the analyzer's title? (as shown in the add new anlayzer drop down)")
|
print("What is the analyzer's title? (as shown in the add new analyzer drop down)")
|
||||||
print("")
|
print("")
|
||||||
print(">>Examples include Async Serial, I2C, Joe's Serial, Gamecube, Wiimote, 2Wire, etc.")
|
print(">>Examples include Async Serial, I2C, Joe's Serial, Gamecube, Wiimote, 2Wire, etc.")
|
||||||
print("")
|
print("")
|
||||||
|
|||||||
Reference in New Issue
Block a user