diff options
author | Jack Lloyd <[email protected]> | 2017-11-26 22:26:09 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-11-26 22:26:09 -0500 |
commit | 0c399f264095baf9b225e26f5a56a8724d3e5b1e (patch) | |
tree | 150d03286704976242a490dd8b059daa7951950e /src/lib/psk_db/psk_db.h | |
parent | b9f31bf1878119e964e4c1d3a4adec009bc6d35a (diff) |
Fix Doxygen
Diffstat (limited to 'src/lib/psk_db/psk_db.h')
-rw-r--r-- | src/lib/psk_db/psk_db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/psk_db/psk_db.h b/src/lib/psk_db/psk_db.h index fb20e9437..2a573c7d5 100644 --- a/src/lib/psk_db/psk_db.h +++ b/src/lib/psk_db/psk_db.h @@ -31,7 +31,7 @@ class BOTAN_PUBLIC_API(2,4) PSK_Database virtual std::set<std::string> list_names() const = 0; /** - * Return the value associated with the specified @param name, or otherwise + * Return the value associated with the specified @param name or otherwise * throw an exception. */ virtual secure_vector<uint8_t> get(const std::string& name) const = 0; |