diff --git a/rename_analyzer.py b/rename_analyzer.py index d5c35ab..639ae3b 100644 --- a/rename_analyzer.py +++ b/rename_analyzer.py @@ -13,7 +13,7 @@ print("What would you like to call your new analyzer?") print("") print(">>The files under '/source' will be modified to use it.") 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("(press CTRL-C to cancel)") print("") @@ -22,7 +22,7 @@ new_analyzer_name = input( "Your new analyzer name: " ) 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(">>Examples include Async Serial, I2C, Joe's Serial, Gamecube, Wiimote, 2Wire, etc.") print("")