TCPlugin.java - when writing the event sequence to file "tcname", the code prints the line "Writting to file ..."
1. "Writting" should be "Writing"
2. I believe this System.out line exists in other source files (TODO: prove this)
The line could be moved to the writeObjToFile method in the guitar.model.IO class
The method already accepts the filename as a parameter.