From: Lukas Reschke Date: Tue, 22 Apr 2014 08:43:35 +0000 (+0200) Subject: Fix typo X-Git-Tag: v7.0.0alpha2~387^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=381c1c8b6e142194c0560dc35754e1d3bd9842b4;p=nextcloud-server.git Fix typo to => too --- diff --git a/core/js/eventsource.js b/core/js/eventsource.js index fca39e597e0..70f4a2a9aa8 100644 --- a/core/js/eventsource.js +++ b/core/js/eventsource.js @@ -20,10 +20,10 @@ */ /** - * wrapper for server side events (http://en.wikipedia.org/wiki/Server-sent_events) + * Wrapper for server side events (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 server + * Use server side events with caution, too many open requests can hang the server */ /**