diff --git a/tools/run-app.js b/tools/run-app.js index fd7f8c9b9e..b70f896c06 100644 --- a/tools/run-app.js +++ b/tools/run-app.js @@ -236,7 +236,7 @@ _.extend(AppProcess.prototype, { // Given an app, bundle and run the app. If the app's source changes, // kill, rebundle, and rerun it. If the app dies, restart it, unless -// it dies repeatly immediately after being started, in which case +// it dies repeatedly immediately after being started, in which case // wait for source changes to restart. // // Communicates with a Proxy to tell it when the app is up,