normalized_voltage template var misspelled

This commit is contained in:
James Cherry 2019-03-27 15:01:11 -07:00
parent 0f735f99b7
commit 75bf56b1f1
1 changed files with 1 additions and 1 deletions

View File

@ -1372,7 +1372,7 @@ stringTableAxisVariable(const char *variable)
return TableAxisVariable::path_depth;
else if (stringEq(variable, "path_distance"))
return TableAxisVariable::path_distance;
else if (stringEq(variable, "normalzied_voltage"))
else if (stringEq(variable, "normalized_voltage"))
return TableAxisVariable::normalized_voltage;
else
return TableAxisVariable::unknown;