From b6348e16f50425827bff0ddbff426d5d5e5963f6 Mon Sep 17 00:00:00 2001 From: DH Date: Fri, 27 Feb 2026 19:06:36 -0500 Subject: [PATCH] Spell checking. No reference. --- typefactory/typefactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typefactory/typefactory.h b/typefactory/typefactory.h index 6f84810..c79b9c4 100644 --- a/typefactory/typefactory.h +++ b/typefactory/typefactory.h @@ -84,7 +84,7 @@ class TypeFsactory { * @brief create - create class by unique id. Class should be registered before * @param id - unique class identification * @return shared pointer to new class. - * @throws std::our_of_range when id not found in map + * @throws std::out_of_range when id not found in map */ typefactoryFunction create (const ClassId_T& id) const { /// constructor of registered type will call here