summaryrefslogtreecommitdiff
path: root/tests/resume.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/resume.c')
-rw-r--r--tests/resume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/resume.c b/tests/resume.c
index bf538279d6..e68a9bbecd 100644
--- a/tests/resume.c
+++ b/tests/resume.c
@@ -221,7 +221,7 @@ static int
generate_dh_params (void)
{
const gnutls_datum_t p3 = { (char*) pkcs3, strlen (pkcs3) };
- /* Generate Diffie Hellman parameters - for use with DHE
+ /* Generate Diffie-Hellman parameters - for use with DHE
* kx algorithms. These should be discarded and regenerated
* once a day, once a week or once a month. Depending on the
* security requirements.