Skip to content

Commit dc298d9

Browse files
Fixed typo in ModuleConfig.cfc
Fixed typo in the throw
1 parent 36c4295 commit dc298d9

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)