From b9433d2973170251776dec4a28ddba1aa1d924a7 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 8 Apr 2024 00:28:00 -0500 Subject: [PATCH] config_passthrough.cpp --- src/config_passthrough.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config_passthrough.cpp b/src/config_passthrough.cpp index b89ca2f2..b8c78877 100644 --- a/src/config_passthrough.cpp +++ b/src/config_passthrough.cpp @@ -24,7 +24,7 @@ template<> std::string Passthrough::to_string() const { - BE_Passthrough x = BE_Passthrough::_from_intergral(0); + BE_Passthrough x = BE_Passthrough::_from_integral(0); return x._to_string();