From cb3b71e2f37baf5f49e7a431c731c9cab88196c9 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 21 Jun 2023 23:59:40 +0200 Subject: [PATCH] fix: Typo in content registry comment --- lib/libimhex/include/hex/api/content_registry.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libimhex/include/hex/api/content_registry.hpp b/lib/libimhex/include/hex/api/content_registry.hpp index de03e02f9..5c860068c 100644 --- a/lib/libimhex/include/hex/api/content_registry.hpp +++ b/lib/libimhex/include/hex/api/content_registry.hpp @@ -741,7 +741,7 @@ namespace hex { } /** - * @brief Gets a data visualizer by its unlocalized nameb + * @brief Gets a data visualizer by its unlocalized name * @param unlocalizedName Unlocalized name of the data visualizer * @return The data visualizer, or nullptr if it doesn't exist */