diff --git a/src/cltools/PdbRenumber.cpp b/src/cltools/PdbRenumber.cpp index 012a90b0e5de0dc18fa519cdf57bf707f963b884..21198122a94f029956897076bb5c8a5dcb8c071d 100644 --- a/src/cltools/PdbRenumber.cpp +++ b/src/cltools/PdbRenumber.cpp @@ -179,7 +179,7 @@ int PdbRenumber::main(FILE* in, FILE*out,Communicator& pc) { std::array<char,6> at; unsigned ii=iat; if(serials.size()>0) { - plumed_assert(iat<serials.size()) << "there are more atoms in the PDB che serials in the file"; + plumed_assert(iat<serials.size()) << "there are more atoms in the PDB than serials in the file"; ii=serials[iat]; } const char* msg = h36::hy36encode(5,ii,&at[0]);