From: Haoliang Gao Date: Mon, 9 Feb 2015 08:21:15 +0000 (+0800) Subject: doc: fix typo in crypto X-Git-Tag: v1.2.0~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1151016d0a13dcb5973f602d0717c2da6abca551;p=platform%2Fupstream%2Fnodejs.git doc: fix typo in crypto PR-URL: https://github.com/iojs/io.js/pull/765 Reviewed-By: Ben Noordhuis --- diff --git a/doc/api/crypto.markdown b/doc/api/crypto.markdown index 9cbaeeb..e82c5e0 100644 --- a/doc/api/crypto.markdown +++ b/doc/api/crypto.markdown @@ -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):