diff options
author | Jack Lloyd <[email protected]> | 2015-09-21 12:24:08 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-09-21 12:24:08 -0400 |
commit | 408ea0a9b8ed0f575f8ee26891473920b42ef026 (patch) | |
tree | e0c6e3f0cec52bc7389a1d3e6de45bf959960535 /src/lib/block/block_cipher.h | |
parent | e94e615e528e73f2a9354291d844514b4e1c0636 (diff) |
Address some review comments by Simon. GH #279
Diffstat (limited to 'src/lib/block/block_cipher.h')
-rw-r--r-- | src/lib/block/block_cipher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/block/block_cipher.h b/src/lib/block/block_cipher.h index cea07ac2d..0f4c2c1c5 100644 --- a/src/lib/block/block_cipher.h +++ b/src/lib/block/block_cipher.h @@ -24,7 +24,7 @@ class BOTAN_DLL BlockCipher : public SymmetricAlgorithm /** * 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<BlockCipher> create(const std::string& algo_spec, const std::string& provider = ""); |