fixed typo master
authorroot <root@localhost>
Tue, 15 Oct 2013 16:18:55 +0000 (16:18 +0000)
committerroot <root@localhost>
Tue, 15 Oct 2013 16:18:55 +0000 (16:18 +0000)
helloworld.py

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