From ae311458c6ebe798ef9999dbe121a4e7f8abacc4 Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Tue, 29 Jan 2019 23:47:47 +0100 Subject: [PATCH] fix typo in cause of a thrown exception --- alib2xml/src/core/xmlApi.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alib2xml/src/core/xmlApi.hpp b/alib2xml/src/core/xmlApi.hpp index 270ca501c8..a225ba106e 100644 --- a/alib2xml/src/core/xmlApi.hpp +++ b/alib2xml/src/core/xmlApi.hpp @@ -118,7 +118,7 @@ public: std::string groupName = ext::to_string < object::Object > ( ); std::string typeName = ext::to_string < Type > ( ); - throw::exception::CommonException ( "Parse callback of " + typeName + " already registered in group " + groupName + "." ); + throw::exception::CommonException ( "Compose callback of " + typeName + " already registered in group " + groupName + "." ); } } -- GitLab