From 0c399f264095baf9b225e26f5a56a8724d3e5b1e Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sun, 26 Nov 2017 22:26:09 -0500 Subject: Fix Doxygen --- src/lib/psk_db/psk_db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/psk_db/psk_db.h') 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 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 get(const std::string& name) const = 0; -- cgit v1.2.3