Fix spelling error
authorJérémy Lal <kapouer@melix.org>
Sun, 11 Jul 2010 22:37:12 +0000 (00:37 +0200)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 12 Jul 2010 17:35:35 +0000 (10:35 -0700)
doc/api.markdown

index 996e435..58dc227 100644 (file)
@@ -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'