From: Jérémy Lal Date: Sun, 11 Jul 2010 22:37:12 +0000 (+0200) Subject: Fix spelling error X-Git-Tag: v0.1.101~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7763d55e40bd37ac221279ba6d1f2cf957920a9;p=platform%2Fupstream%2Fnodejs.git Fix spelling error --- diff --git a/doc/api.markdown b/doc/api.markdown index 996e435..58dc227 100644 --- a/doc/api.markdown +++ b/doc/api.markdown @@ -2176,7 +2176,7 @@ Emitted when a stream connection successfully establishes a HTTPS handshake with Emitted when data is received. The argument `data` will be a `Buffer` or `String`. Encoding of data is set by `stream.setEncoding()`. -(See the section on Readable Streams for more infromation.) +(See the section on Readable Streams for more information.) ### Event: 'end'