From c9b3e1e783ac7b626ab0ed7b72b28415bf5bc3e9 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Thu, 26 Apr 2012 18:59:23 +0000
Subject: [PATCH] - Fixed typo
---
include/polarssl/dhm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h
index d79be9177..0c8dd55ed 100644
--- a/include/polarssl/dhm.h
+++ b/include/polarssl/dhm.h
@@ -36,7 +36,7 @@
#define POLARSSL_ERR_DHM_READ_PARAMS_FAILED -0x3100 /**< Reading of the DHM parameters failed. */
#define POLARSSL_ERR_DHM_MAKE_PARAMS_FAILED -0x3180 /**< Making of the DHM parameters failed. */
#define POLARSSL_ERR_DHM_READ_PUBLIC_FAILED -0x3200 /**< Reading of the public values failed. */
-#define POLARSSL_ERR_DHM_MAKE_PUBLIC_FAILED -0x3280 /**< Makeing of the public value failed. */
+#define POLARSSL_ERR_DHM_MAKE_PUBLIC_FAILED -0x3280 /**< Making of the public value failed. */
#define POLARSSL_ERR_DHM_CALC_SECRET_FAILED -0x3300 /**< Calculation of the DHM secret failed. */
/**