aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/srp.h
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-03-10 21:34:48 +0100
committerRich Salz <rsalz@openssl.org>2016-04-28 14:22:26 -0400
commit8483a003bfca5fac61cda3daea4db2ca20d10ef2 (patch)
treeccf88bc67f50501f5ce64e6ba15e10f8cd798a76 /include/openssl/srp.h
parentf0c58c3212d4796ea25d9baaea992bc5137fde34 (diff)
downloadopenssl-8483a003bfca5fac61cda3daea4db2ca20d10ef2.tar.gz
various spelling fixes
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/952)
Diffstat (limited to 'include/openssl/srp.h')
-rw-r--r--include/openssl/srp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/srp.h b/include/openssl/srp.h
index 37e7678863..7a7406ffac 100644
--- a/include/openssl/srp.h
+++ b/include/openssl/srp.h
@@ -106,7 +106,7 @@ typedef struct SRP_VBASE_st {
} SRP_VBASE;
/*
- * Structure interne pour retenir les couples N et g
+ * Internal structure storing N and g pair
*/
typedef struct SRP_gN_st {
char *id;