Skip to content

Commit ff9cd20

Browse files
authored
Update QualityControlChecker.py
fixed spelling mistake in comment
1 parent 0c1aa3f commit ff9cd20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QualityControlChecker/QualityControlChecker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
error=False
3131

3232
paths = ['structuredefinitions','valuesets','codesystems']
33-
currentProfiles = [] #Used for checking against CapbilityStatement
33+
currentProfiles = [] #Used for checking against CapabilityStatement
3434
for path in paths:
3535
try:
3636
files = os.listdir('./'+path)

0 commit comments

Comments
 (0)