Skip to content

Commit

Permalink
fix spelling and remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Mar 11, 2015
1 parent a8cce00 commit 14f9ffa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/github/davidmoten/geo/GeoHash.java
Expand Up @@ -3,7 +3,6 @@
import static com.github.davidmoten.grumpy.core.Position.to180;

import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
Expand All @@ -27,7 +26,7 @@ public final class GeoHash {
private static final double PRECISION = 0.000000000001;

/**
* The standard practical maximum legnth for geohashes.
* The standard practical maximum length for geohashes.
*/
public static final int MAX_HASH_LENGTH = 12;

Expand Down

0 comments on commit 14f9ffa

Please sign in to comment.