[gnome-music] Fix a typo



commit 61185c3c512addfdf0a9c1ceaa0d143f68839b4d
Author: Arnel A. Borja <kyoushuu yahoo com>
Date:   Sat Jun 1 07:27:04 2013 +0800

    Fix a typo
    
    Signed-off-by: Seif Lotfy <seif lotfy com>

 src/player.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/player.js b/src/player.js
index d2237ff..83c0287 100644
--- a/src/player.js
+++ b/src/player.js
@@ -203,7 +203,7 @@ const Player = new Lang.Class({
     pause: function () {
         if (this.timeout) {
             GLib.source_remove(this.timeout);
-            this.timout = null;
+            this.timeout = null;
         }
         this.player.set_state(Gst.State.PAUSED);
     },


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