Skip to content

Commit 0aa4085

Browse files
committed
Fix typo
1 parent 158ebd5 commit 0aa4085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/imagej/legacy/LegacyImageMap.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ private void addMapping(final ImageDisplay display, final ImagePlus imp) {
425425
/**
426426
* Creates a mapping between a given {@link ImageDisplay} and
427427
* {@link ImagePlus}. If {@code createLegacyMappings} is true, the mappings
428-
* will be added to the leagcy mode maps.
428+
* will be added to the legacy mode maps.
429429
*/
430430
private void addMapping(final ImageDisplay display, final ImagePlus imp,
431431
final boolean createLegacyMappings)

0 commit comments

Comments
 (0)