From: kondou Date: Mon, 2 Jun 2014 20:06:50 +0000 (+0200) Subject: Fix a typo X-Git-Tag: v7.0.0alpha2~149^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=af32c67923fcd3f1ec2a4553249d6f420a14df18;p=nextcloud-server.git Fix a typo --- 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 */