Skip to content
Snippets Groups Projects
Commit f8dfb6b3 authored by Johannes Mey's avatar Johannes Mey
Browse files

fix typo

parent 43abb5de
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ public class Main {
parser = new PnmlParser(pmnlNet);
petriNets.add(parser.getPetriNet());
} catch (PnmlParseException e) {
logger.error("Parsing the Petri net using the PNML framawork failed.", e);
logger.error("Parsing the Petri net using the PNML framework failed.", e);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment