-rw-r--r-- | include/opkele/association.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opkele/association.h b/include/opkele/association.h index 5eb1cc3..ef0df42 100644 --- a/include/opkele/association.h +++ b/include/opkele/association.h @@ -70,20 +70,20 @@ namespace opkele { * @overload association_t::assoc_type() */ virtual string assoc_type() const { return _assoc_type; } /** * @overload association_t::secret() */ virtual secret_t secret() const { return _secret; } /** * @overload association_t::expires_in() */ virtual int expires_in() const { return _expires-time(0); } /** - * @overload associationn_t::stateless() + * @overload association_t::stateless() */ virtual bool stateless() const { return _stateless; } }; } #endif /* __OPKELE_ASSOCIATION_H */ |