doc: Typo. s/arguemnt/argument/

This commit is contained in:
isaacs 2012-10-16 10:59:23 -07:00
parent cca15e8e33
commit 627f0d27e8

View File

@ -390,7 +390,7 @@ Verify object.
However, if you are doing things with the string data that will not
work properly on Buffers (such as, concatenating them, storing in
databases, etc.), or you are passing binary strings to the crypto
functions without an encoding arguemnt, then you will need to start
functions without an encoding argument, then you will need to start
providing encoding arguments to specify which encoding you'd like to
use.