[gnome-ostree] task: Fix a typo in an import



commit 9daf90348db37b1f6bce0ca227ba7827ef6922d7
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Sep 1 11:31:53 2013 -0400

    task: Fix a typo in an import
    
    I have no idea how this was working beforehand. Was it?

 src/js/task.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/task.js b/src/js/task.js
index 5969cae..158d0b9 100644
--- a/src/js/task.js
+++ b/src/js/task.js
@@ -17,7 +17,7 @@
 
 const GLib = imports.gi.GLib;
 const Gio = imports.gi.Gio;
-const format = imports.format;
+const Format = imports.format;
 const Lang = imports.lang;
 const Signals = imports.signals;
 


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