diff --git a/src/thermo.cpp b/src/thermo.cpp index a1a42ed974..c4007f9478 100644 --- a/src/thermo.cpp +++ b/src/thermo.cpp @@ -915,7 +915,7 @@ void Thermo::parse_fields(char *str) delete [] id; - } else error->all(FLERR,"Invalid keyword in thermo_style custom command"); + } else error->all(FLERR,"Unknown keyword in thermo_style custom command"); word = strtok(NULL," \0"); }