Fix a spelling error in a comment

This commit is contained in:
Ben Liblit 2018-07-19 22:53:49 -05:00 committed by Manu Sridharan
parent 2b2483abd6
commit bc3ea1a777
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ model {
dependsOn library
pathElements << library.sharedLibraryFile.parent
// "primorial.txt" resource loaded during test
// "primordial.txt" resource loaded during test
def coreResources = project(':com.ibm.wala.core').processResources
dependsOn coreResources
pathElements << coreResources.destinationDir