Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfruehwirth committed Dec 2, 2020
1 parent 1526404 commit 0c9ff40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QvtoTransformationRules/transforms/Common/Helpers.qvto
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ helper addNamespace(namespaceIndex : Integer, namespaceUri : String) {
NamespaceUri2NamespaceIndex->put(namespaceUri, namespaceIndex);
}

// TODO: Support loading the NodeIds for the same Namespace from difference CSV files
// TODO: Support loading the NodeIds for the same Namespace from different CSV files
helper loadExternalNodeIds(namespaceUri : String, filename : String ) {
var y : Dict(String,String) := readNodeIdsCsv(filename);
IdentifierLookupTable->put(namespaceUri, y);
Expand Down

0 comments on commit 0c9ff40

Please sign in to comment.