summaryrefslogtreecommitdiffabout
path: root/include
authorMichael Krelin <hacker@klever.net>2007-01-12 15:14:16 (UTC)
committer Michael Krelin <hacker@klever.net>2007-01-12 15:14:16 (UTC)
commit9caa31b962c42cf64ce03893ba616b135de12bbd (patch) (side-by-side diff)
tree63b0b37d8cd4e9f334d9092f163fc6513c7a216f /include
parentb4d71b02f52ce819db836e0e7418057f4d970da4 (diff)
downloadlibopkele-9caa31b962c42cf64ce03893ba616b135de12bbd.zip
libopkele-9caa31b962c42cf64ce03893ba616b135de12bbd.tar.gz
libopkele-9caa31b962c42cf64ce03893ba616b135de12bbd.tar.bz2
typo fix
Diffstat (limited to 'include') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opkele/association.h2
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 {
*/
virtual int expires_in() const { return _expires-time(0); }
/**
- * @overload associationn_t::stateless()
+ * @overload association_t::stateless()
*/
virtual bool stateless() const { return _stateless; }
};