summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorDeepesh Pathak <deepshpathak@gmail.com>2018-04-15 01:05:49 +0530
committerNick Mathewson <nickm@torproject.org>2018-04-22 20:48:48 -0400
commit72bfcb37f13a22780a0a771f17d3b5953703c815 (patch)
tree687f4e4bb37b700cfa22757aa9407f63b468e3ac /src/common
parent48092540d09d87d6385b227fe255921285371838 (diff)
downloadtor-72bfcb37f13a22780a0a771f17d3b5953703c815.tar.gz
tor-72bfcb37f13a22780a0a771f17d3b5953703c815.zip
add changes file and update check-typos in makefile
Diffstat (limited to 'src/common')
-rw-r--r--src/common/crypto_rsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_rsa.h b/src/common/crypto_rsa.h
index 2f5442a5d2..e952089318 100644
--- a/src/common/crypto_rsa.h
+++ b/src/common/crypto_rsa.h
@@ -35,7 +35,7 @@
/** A public key, or a public/private key-pair. */
typedef struct crypto_pk_t crypto_pk_t;
-/* RSA enviroment setup */
+/* RSA environment setup */
MOCK_DECL(crypto_pk_t *,crypto_pk_new,(void));
void crypto_pk_free_(crypto_pk_t *env);
#define crypto_pk_free(pk) FREE_AND_NULL(crypto_pk_t, crypto_pk_free_, (pk))