summaryrefslogtreecommitdiff
path: root/doc/examples/ex-serv-anon.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/ex-serv-anon.c')
-rw-r--r--doc/examples/ex-serv-anon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/ex-serv-anon.c b/doc/examples/ex-serv-anon.c
index 155cbe480f..722d1fc07a 100644
--- a/doc/examples/ex-serv-anon.c
+++ b/doc/examples/ex-serv-anon.c
@@ -50,7 +50,7 @@ static int
generate_dh_params (void)
{
- /* 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.