]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix typo
authorLukas Reschke <lukas@statuscode.ch>
Tue, 22 Apr 2014 08:43:35 +0000 (10:43 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Tue, 22 Apr 2014 08:43:35 +0000 (10:43 +0200)
to => too

core/js/eventsource.js

index fca39e597e00cc6335b067101e2a410213f43bbe..70f4a2a9aa84f5dc5b7b2dbbd971812c5e1e8bfe 100644 (file)
  */
 
 /**
- * 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
  */
 
 /**