From 962b3236dc8c5f40eef208f21795e1a3dc6ee438 Mon Sep 17 00:00:00 2001 From: Christos Houtouridis Date: Sat, 12 Jan 2019 19:20:35 +0200 Subject: [PATCH] Typo --- include/utl/impl/concepts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/utl/impl/concepts.h b/include/utl/impl/concepts.h index 361c6fd..5e38655 100755 --- a/include/utl/impl/concepts.h +++ b/include/utl/impl/concepts.h @@ -22,7 +22,7 @@ #define __utl_impl_concepts_h__ /*! - * utl inner concept preprecessor flag + * utl inner concept preprocessor flag * \defgroup crtp * \ingroup impl */ @@ -32,7 +32,7 @@ #endif /*! - * requires keyword wraper + * requires keyword wrapper */ #if defined _utl_have_concepts #define _requires(_r_) requires (_r_)