doc: fix typo in crypto
authorHaoliang Gao <sakura9515@gmail.com>
Mon, 9 Feb 2015 08:21:15 +0000 (16:21 +0800)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 9 Feb 2015 12:34:56 +0000 (13:34 +0100)
PR-URL: https://github.com/iojs/io.js/pull/765
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
doc/api/crypto.markdown

index 9cbaeeb..e82c5e0 100644 (file)
@@ -16,7 +16,7 @@ decipher, sign and verify methods.
 
 Load and set engine for some/all OpenSSL functions (selected by flags).
 
-`engine` could be either an id or a path to the to the engine's shared library.
+`engine` could be either an id or a path to the engine's shared library.
 
 `flags` is optional and has `ENGINE_METHOD_ALL` value by default. It could take
 one of or mix of following flags (defined in `constants` module):