Fix typos and FQCN (#669)

* Fix typos.

* Use FQCNs in examples.
This commit is contained in:
Felix Fontein
2023-10-28 22:54:56 +02:00
committed by GitHub
parent a150e77507
commit 428550165a
16 changed files with 38 additions and 37 deletions

View File

@@ -193,7 +193,7 @@ class DHParameterBase(object):
"""Generate DH params."""
changed = False
# ony generate when necessary
# only generate when necessary
if self.force or not self._check_params_valid(module):
self._do_generate(module)
changed = True