Misc. typos

Found via `codespell -q 3`
This commit is contained in:
luz.paz
2018-09-06 12:23:07 -04:00
committed by Thomas Krijnen
parent c2f4c2cf74
commit d78c9171db
12 changed files with 20 additions and 20 deletions
@@ -196,7 +196,7 @@ class entity_instance(object):
attr_value = entity_instance.walk(is_instance, get_info_, attr_value)
yield self.attribute_name(i), attr_value
except BaseException:
logging.exception("unhandled exception occured setting attribute name for {}".format(self))
logging.exception("unhandled exception occurred setting attribute name for {}".format(self))
return return_type(_())