From 60e283312cecc4dbba03f24013f2223a739cfa1a Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Sun, 30 Oct 2022 08:34:00 +0100 Subject: [PATCH] Fix typo historgram -> histogram (#6427) --- CHANGELOG.md | 1 + src/util/{timed_historgram.cpp => timed_histogram.cpp} | 0 2 files changed, 1 insertion(+) rename src/util/{timed_historgram.cpp => timed_histogram.cpp} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a9ab3a1..cf1c10381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - FIXED: Fix annotations=true handling in NodeJS bindings & libosrm. [#6415](https://github.com/Project-OSRM/osrm-backend/pull/6415/) - FIXED: Fix bindings compilation issue on the latest Node. Update NAN to 2.17.0. [#6416](https://github.com/Project-OSRM/osrm-backend/pull/6416) - CHANGED: Make edge metrics strongly typed [#6420](https://github.com/Project-OSRM/osrm-backend/pull/6420) + - FIXED: Typo in file name src/util/timed_historgram.cpp -> src/util/timed_histogram.cpp [#6428](https://github.com/Project-OSRM/osrm-backend/issues/6428) - Routing: - FIXED: Fix adding traffic signal penalties during compression [#6419](https://github.com/Project-OSRM/osrm-backend/pull/6419) # 5.27.1 diff --git a/src/util/timed_historgram.cpp b/src/util/timed_histogram.cpp similarity index 100% rename from src/util/timed_historgram.cpp rename to src/util/timed_histogram.cpp