Skip to content

Commit 30d2bd5

Browse files
committed
Fixed typo in error message
1 parent f6b5abd commit 30d2bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/rascalmpl/library/util/Reflective.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ str getModuleName(loc moduleLoc, PathConfig pcfg){
211211
tplFile = endsWith(modulePath, "tpl");
212212

213213
if(!( rscFile || tplFile )){
214-
throw "Not a Rascal .src or .tpl file: <moduleLoc>";
214+
throw "Not a Rascal .rsc or .tpl file: <moduleLoc>";
215215
}
216216

217217
// Find matching .rsc file in source directories

0 commit comments

Comments
 (0)