Fixed typo
authorPhilippe Le Hegaret <plh@w3.org>
Thu, 25 Aug 2011 14:18:48 -0400
changeset 85 ff2542653a41
parent 84 394aeb65212e
child 86 584d0b0fc6c1
child 90 8017afa2ff57
child 93 d07330c501ca
Fixed typo
src/main/resources/scripts/tracker.js
--- a/src/main/resources/scripts/tracker.js	Thu Aug 25 14:17:22 2011 -0400
+++ b/src/main/resources/scripts/tracker.js	Thu Aug 25 14:18:48 2011 -0400
@@ -240,7 +240,7 @@
     	}
     }
   } else {
-  	Util.log("[ERROR] Your workout doesn't contain enought events");
+  	Util.log("[ERROR] Your workout doesn't contain enough events");
   }
   app.currentActivity = new Activity("http://dbpedia.org/resource/Running");
 }