diff --git a/pym/cl_template.py b/pym/cl_template.py index bc31b16..921c022 100644 --- a/pym/cl_template.py +++ b/pym/cl_template.py @@ -5011,7 +5011,7 @@ class iniParser(_error, templateFormat): self.setError(_("Unable to create file") + ": " + self.iniFile) return False if not self.FD: - self.setError(_("Unable to rite into file") + ": " + self.iniFile) + self.setError(_("Unable to write into file") + ": " + self.iniFile) return False self.FD.truncate(0) self.FD.seek(0)