Skip to content

Commit f117687

Browse files
authored
Merge pull request #9 from stephen-condon/patch-1
Fixed typo in ModuleConfig.cfc
2 parents 36c4295 + dc298d9 commit f117687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cbjavaloader/ModuleConfig.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ component {
6868
} else if ( fileExists( thisLocation ) ) {
6969
finalSettings.loadPaths.append( thisLocation );
7070
} else {
71-
throw( "Javalaoder cannot load #thisLocation# as it is not a valid path or file" );
71+
throw( "Javaloader cannot load #thisLocation# as it is not a valid path or file" );
7272
}
7373
}
7474

0 commit comments

Comments
 (0)