From 8bb2826f7a396cdc49542bf3bb868a9c61848ed2 Mon Sep 17 00:00:00 2001 From: georg Date: Mon, 22 Jul 2019 13:31:40 -0700 Subject: CI: Add job to run codespell, a spell checking software --- libmat2/parser_factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmat2/parser_factory.py') diff --git a/libmat2/parser_factory.py b/libmat2/parser_factory.py index 6150b26..23529db 100644 --- a/libmat2/parser_factory.py +++ b/libmat2/parser_factory.py @@ -56,7 +56,7 @@ def get_parser(filename: str) -> Tuple[Optional[T], Optional[str]]: try: return parser_class(filename), mtype except ValueError as e: - logging.info("Got an exception when trying to instanciate " + logging.info("Got an exception when trying to instantiate " "%s for %s: %s", parser_class, filename, e) return None, mtype return None, mtype -- cgit v1.3