Skip to content

Commit 0d2df45

Browse files
author
stoecker
committed
typo
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19390 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent 10a2538 commit 0d2df45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/openstreetmap/josm/data/gpx/GpxImageCorrelation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ private static double computeDirection(double direction, double angleOffset) {
575575
/**
576576
* Finds the last image in the sorted image list which is before the given time
577577
* @param images list of images
578-
* @param searchTime time to search
578+
* @param searchedTime time to search
579579
* @return index of last image before given time
580580
*/
581581
private static int getLastIndexOfListBefore(List<? extends GpxImageEntry> images, long searchedTime) {

0 commit comments

Comments
 (0)