From 56104c2961766b1d908e82ef7f42ebd041583a8c Mon Sep 17 00:00:00 2001 From: Aaron Craelius Date: Wed, 26 Feb 2020 10:58:27 -0500 Subject: [PATCH] Merge PR #5703: Fix typo in distribution proto package name --- x/distribution/types/types.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/distribution/types/types.proto b/x/distribution/types/types.proto index a783be13f5..aade33d9dd 100644 --- a/x/distribution/types/types.proto +++ b/x/distribution/types/types.proto @@ -1,5 +1,5 @@ syntax = "proto3"; -package cosmos_sdk.x.ditribution.v1; +package cosmos_sdk.x.distribution.v1; option go_package = "types"; option (gogoproto.equal_all) = true;