aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pbkdf
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/pbkdf')
-rw-r--r--src/lib/pbkdf/pbkdf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pbkdf/pbkdf.h b/src/lib/pbkdf/pbkdf.h
index 1a1299c75..495da0ac9 100644
--- a/src/lib/pbkdf/pbkdf.h
+++ b/src/lib/pbkdf/pbkdf.h
@@ -27,7 +27,7 @@ class BOTAN_DLL PBKDF
/**
* Create an instance based on a name
* Will return a null pointer if the algo/provider combination cannot
- * be found. If providers is empty then best available is chosen.
+ * be found. If provider is empty then best available is chosen.
*/
static std::unique_ptr<PBKDF> create(const std::string& algo_spec,
const std::string& provider = "");