From f20ba4b7b683ee11b3f4f74630b9eb6812ef37ef Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Mon, 16 Sep 2013 22:46:20 +0200 Subject: [PATCH] Minor typo in config.h --- include/polarssl/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 3c9f1c1a6..8c92faf64 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h @@ -1217,7 +1217,7 @@ /** * \def POLARSSL_PK_WRITE_C * - * Enable the generic public (asymetric) key write. + * Enable the generic public (asymetric) key writer. * * Module: library/pkwrite.c * Caller: library/x509write.c