[gimp-web/testing] Typos



commit 0646c8dcc0e65d5423797659a92a0af1dfde9416
Author: Michael Schumacher <schumaml gmx de>
Date:   Tue Feb 24 01:18:55 2015 +0100

    Typos

 programmatic/downloads/mirrorfmt.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/programmatic/downloads/mirrorfmt.py b/programmatic/downloads/mirrorfmt.py
index d5bb859..37f54b1 100644
--- a/programmatic/downloads/mirrorfmt.py
+++ b/programmatic/downloads/mirrorfmt.py
@@ -8,7 +8,7 @@ import string
 def do_file(filename):
 
     fp = open(filename, "r")
-    fj = open(filename + ".json", w)
+    fj = open(filename + ".json", "w")
     print "<!-- This file automatically generated by mirrorfmt.py $Revision$ -->"
     print "<!-- DO NOT EDIT THIS FILE - edit the master file MIRRORS instead -->"
     print xhtml.dl.init({"class" : "download-mirror"})


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]