| Index: content/public/test/javascript_test_observer.h
|
| diff --git a/content/public/test/javascript_test_observer.h b/content/public/test/javascript_test_observer.h
|
| index 979d920ff61b418f0c41f5166ada7db55c51f1eb..ea7f61569427c9134ab07fa3c15f5abeaceb6694 100644
|
| --- a/content/public/test/javascript_test_observer.h
|
| +++ b/content/public/test/javascript_test_observer.h
|
| @@ -25,7 +25,7 @@ class TestMessageHandler {
|
| enum MessageResponse {
|
| // Reset the timeout and keep running.
|
| CONTINUE,
|
| - // Stop runnning.
|
| + // Stop running.
|
| DONE
|
| };
|
|
|
|
|