Correcting typo in docs: 'deprecated', not 'depreciated'
authorTrevor Burnham <trevor@databraid.com>
Sat, 19 Mar 2011 14:19:47 +0000 (10:19 -0400)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 22 Mar 2011 21:33:23 +0000 (14:33 -0700)
doc/api/buffers.markdown

index d752892..ca4480b 100644 (file)
@@ -25,7 +25,7 @@ only BMP(Basic Multilingual Plane, U+0000 - U+FFFF).
 * `'base64'` - Base64 string encoding.
 
 * `'binary'` - A way of encoding raw binary data into strings by using only
-the first 8 bits of each character. This encoding method is depreciated and
+the first 8 bits of each character. This encoding method is deprecated and
 should be avoided in favor of `Buffer` objects where possible. This encoding
 will be removed in future versions of Node.