Skip to content

Commit e838d1a

Browse files
wilxmichael-o
authored andcommitted
Fix typo in DirectoryScanner.java
cannonical → canonical
1 parent 412b279 commit e838d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/shared/utils/io/DirectoryScanner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ private String[] doNotFollowSymbolicLinks( final File dir, final String vpath, S
762762
catch ( final IOException ioe )
763763
{
764764
final String msg =
765-
"IOException caught while checking " + "for links, couldn't get cannonical path!";
765+
"IOException caught while checking " + "for links, couldn't get canonical path!";
766766
// will be caught and redirected to Ant's logging system
767767
System.err.println( msg );
768768
noLinks.add( newfile );

0 commit comments

Comments
 (0)