-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 | |||
@@ -79,7 +79,7 @@ namespace opkele { | |||
79 | */ | 79 | */ |
80 | virtual int expires_in() const { return _expires-time(0); } | 80 | virtual int expires_in() const { return _expires-time(0); } |
81 | /** | 81 | /** |
82 | * @overload associationn_t::stateless() | 82 | * @overload association_t::stateless() |
83 | */ | 83 | */ |
84 | virtual bool stateless() const { return _stateless; } | 84 | virtual bool stateless() const { return _stateless; } |
85 | }; | 85 | }; |