From 8c7408bcd56ab3177ee61fe68ff07cc16d13cdd4 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 3 Apr 2017 20:27:49 -0400 Subject: Fix typo --- camellia.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camellia.h b/camellia.h index 1e6e39c5..88d6b659 100644 --- a/camellia.h +++ b/camellia.h @@ -1,7 +1,7 @@ // camellia.h - originally written and placed in the public domain by Wei Dai //! \file camellia.h -//! \brief Classes for the Cameliia block cipher +//! \brief Classes for the Camellia block cipher #ifndef CRYPTOPP_CAMELLIA_H #define CRYPTOPP_CAMELLIA_H -- cgit v1.2.1