]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix a typo
authorkondou <kondou@ts.unde.re>
Mon, 2 Jun 2014 20:06:50 +0000 (22:06 +0200)
committerkondou <kondou@ts.unde.re>
Mon, 2 Jun 2014 20:06:50 +0000 (22:06 +0200)
core/js/eventsource.js

index 4834653dda695534683a964db1f7f4ad42fb10b5..ce2a13d46766a254506407bae7eab6bf35987a52 100644 (file)
@@ -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
  */