fixed typo

This commit is contained in:
Andreas Steffen
2009-05-04 23:08:29 +02:00
parent 8c45f0f102
commit 78e6e0a33c
+1 -1
View File
@@ -61,7 +61,7 @@ enum integrity_algorithm_t {
extern enum_name_t *integrity_algorithm_names; extern enum_name_t *integrity_algorithm_names;
/** /**
* Generig interface for a symmetric signature algorithm. * Generic interface for a symmetric signature algorithm.
*/ */
struct signer_t { struct signer_t {
/** /**