Monitor.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 28 Dec 2013 21:58:15 +0000 (05:58 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 28 Dec 2013 21:58:15 +0000 (05:58 +0800)
Monitor.vala

index c8fd060..e9a8960 100644 (file)
@@ -83,7 +83,7 @@ public class Monitor : Object
      */
     public void start()
     {
-        foreach(var in in this.top) {
+        foreach(var i in this.top) {
             this.monitor(this.top[i]);
         }
     }