From 1151016d0a13dcb5973f602d0717c2da6abca551 Mon Sep 17 00:00:00 2001 From: Haoliang Gao Date: Mon, 9 Feb 2015 16:21:15 +0800 Subject: [PATCH] doc: fix typo in crypto PR-URL: https://github.com/iojs/io.js/pull/765 Reviewed-By: Ben Noordhuis --- doc/api/crypto.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.7.4