Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / background_app / background.js
index 77efd49..d373ae6 100644 (file)
@@ -33,7 +33,7 @@ function setupPush() {
   console.log('registered listener for push messages ' + listeners);
 }
 
-// This callback recieves the pushed message from the push server.
+// This callback receives the pushed message from the push server.
 function messageCallback(message) {
   console.log("push messaging callback seen");
 }