Fix spelling mistakes

This commit is contained in:
Stuart MacDonald
2019-04-05 16:27:08 -04:00
parent ad553d1759
commit 3e63893b87

View File

@@ -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("")