Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hinerm committed Sep 13, 2024
1 parent 158ebd5 commit 0aa4085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/imagej/legacy/LegacyImageMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ private void addMapping(final ImageDisplay display, final ImagePlus imp) {
/**
* Creates a mapping between a given {@link ImageDisplay} and
* {@link ImagePlus}. If {@code createLegacyMappings} is true, the mappings
* will be added to the leagcy mode maps.
* will be added to the legacy mode maps.
*/
private void addMapping(final ImageDisplay display, final ImagePlus imp,
final boolean createLegacyMappings)
Expand Down

0 comments on commit 0aa4085

Please sign in to comment.