Skip to content

Commit

Permalink
Fix typos (#1225)
Browse files Browse the repository at this point in the history
Found via `typos --hidden --format brief`
  • Loading branch information
kianmeng authored Mar 3, 2024
1 parent b58ca4f commit 4b32ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion martin-tile-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lints.workspace = true
name = "martin-tile-utils"
version = "0.4.1"
authors = ["Yuri Astrakhan <[email protected]>", "MapLibre contributors"]
description = "Utilites to help with map tile processing, such as type and compression detection. Used by the MapLibre's Martin tile server."
description = "Utilities to help with map tile processing, such as type and compression detection. Used by the MapLibre's Martin tile server."
keywords = ["maps", "tiles", "mvt", "tileserver"]
categories = ["science::geo", "parsing"]
exclude = [
Expand Down
2 changes: 1 addition & 1 deletion martin/src/utils/rectangle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ mod tests {
}

#[test]
fn test_tile_range_is_ovelapping() {
fn test_tile_range_is_overlapping() {
let r1 = TileRect::new(0, 0, 0, 0, 0);
let r2 = TileRect::new(0, 0, 0, 0, 0);
assert!(r1.is_overlapping(&r2));
Expand Down

0 comments on commit 4b32ae0

Please sign in to comment.