Skip to content

Commit bd5508b

Browse files
committed
typo
1 parent 998ec7f commit bd5508b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/bdv/util/AbstractSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public AbstractSource( final T type, final String name )
7373
{
7474
/*
7575
* We don't know the dimensionality of the source here, but the
76-
* DefaultVoxelDimensionsimplementation will return the same result
76+
* DefaultVoxelDimensions implementation will return the same result
7777
* for spacing and units regardless of the number of dimensions passed.
7878
*/
7979
this( type, name, new DefaultVoxelDimensions( -1 ), true );

0 commit comments

Comments
 (0)