fixed typo master
authorroot <root@localhost>
Sun, 19 Dec 2010 17:49:04 +0000 (17:49 +0000)
committerroot <root@localhost>
Sun, 19 Dec 2010 17:49:04 +0000 (17:49 +0000)
helloworld.py

index f0dc9af..0893519 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 def main():
-    print "hello wordl"
+    print "hello world"
 
 if __name__ == "__main__":
     main()
Revision Control Appliance - Powered by TurnKey Linux