fix typo in hashchain bounds error

This commit is contained in:
woodser
2026-06-08 17:53:36 -04:00
parent a8478d21b2
commit 06d3258d12
+1 -1
View File
@@ -442,7 +442,7 @@ namespace tools
struct out_of_hashchain_bounds_error : public refresh_error
{
explicit out_of_hashchain_bounds_error(std::string&& loc)
: refresh_error(std::move(loc), "Index out of bounds of of hashchain")
: refresh_error(std::move(loc), "Index out of bounds of hashchain")
{
}