From 5a70151a57cc69867ef8abf8fa2f46ea4860fe65 Mon Sep 17 00:00:00 2001 From: Rahul Date: Sat, 20 Dec 2014 00:04:49 -0800 Subject: [PATCH] Correct spelling --- tools/run-app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,