Fixed typo in ctml_writer.py

"explcit" -> "explicit"
This commit is contained in:
Kyle Niemeyer 2019-07-25 12:54:16 -07:00 committed by Ray Speth
parent 582eb42b2f
commit 6852087ff5

View file

@ -1414,7 +1414,7 @@ class pdep_reaction(reaction):
if r[-1] == ')' and r in self._p:
species = r[:-1]
if self._eff:
raise CTI_Error("In reaction '{0}', explcit third body "
raise CTI_Error("In reaction '{0}', explicit third body "
"'(+ {1})' and efficiencies cannot both be "
"specified".format(self._e, species))
self._eff = species+':1.0'