From bc9d5718c9d0e9a4116f02f8415f76159d7b68ff Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Mon, 14 Jan 2019 15:38:48 +0100 Subject: [PATCH] typo --- slsSupportLib/include/container_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsSupportLib/include/container_utils.h b/slsSupportLib/include/container_utils.h index 163e8f196..6998a395c 100644 --- a/slsSupportLib/include/container_utils.h +++ b/slsSupportLib/include/container_utils.h @@ -12,7 +12,7 @@ namespace sls { -// C++11 make_unique implementation for exeption safety +// C++11 make_unique implementation for exception safety // already available as std::make_unique in C++14 template std::unique_ptr make_unique(Args &&... args) {