Skip to content

Commit ff0a422

Browse files
committed
Fix a typo in error message
1 parent 2a77006 commit ff0a422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/amrexpr_Parser.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Parser::compileHost () const
127127
{
128128
if (m_data && m_data->m_parser) {
129129
if (N != m_data->m_nvars) {
130-
throw std::runtime_error("amrexpr: the number of varibles in compile() and registerVariables() do not match");
130+
throw std::runtime_error("amrexpr: the number of variables in compile() and registerVariables() do not match");
131131
}
132132

133133
if (!(m_data->m_host_executor)) {

0 commit comments

Comments
 (0)