gatech-csl / jes

The Jython Environment for Students allows students to write Jython programs that can manipulate pictures, sounds, and videos.
http://mediacomputation.org/
59 stars 38 forks source link

[4.3][Typo] "Program" is incorrectly "Progam" #58

Closed leafstorm closed 10 years ago

leafstorm commented 10 years ago

From madpr...@gmail.com on August 24, 2012 16:35:04

Sources/JESProgram.py:324 self.gui.commandWindow.showText("\n======= Loading Progam =======\n")

Should be: self.gui.commandWindow.showText("\n======= Loading Program =======\n")

This is from the 4.3 stable branch.

Original issue: http://code.google.com/p/mediacomp-jes/issues/detail?id=58

leafstorm commented 10 years ago

Fixed in commit 9ff80f8c.