From af32c67923fcd3f1ec2a4553249d6f420a14df18 Mon Sep 17 00:00:00 2001 From: kondou Date: Mon, 2 Jun 2014 22:06:50 +0200 Subject: [PATCH] Fix a typo --- core/js/eventsource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/eventsource.js b/core/js/eventsource.js index 4834653dda6..ce2a13d4676 100644 --- a/core/js/eventsource.js +++ b/core/js/eventsource.js @@ -24,7 +24,7 @@ * (http://en.wikipedia.org/wiki/Server-sent_events) * includes a fallback for older browsers and IE * - * use server side events with caution, to many open requests can hang the + * use server side events with caution, too many open requests can hang the * server */ -- 2.39.5