From 678e4046d486b377c9299d12cbdffbd36217243e Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 12 Dec 2015 18:44:42 +0200 Subject: [PATCH] Update registry.h --- include/spdlog/details/registry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/registry.h b/include/spdlog/details/registry.h index 08501022..a26db799 100644 --- a/include/spdlog/details/registry.h +++ b/include/spdlog/details/registry.h @@ -6,7 +6,7 @@ #pragma once // Loggers registy of unique name->logger pointer -// An attempt to create a logger with an alreasy existing name will be ignored +// An attempt to create a logger with an already existing name will be ignored // If user requests a non existing logger, nullptr will be returned // This class is thread safe