Merge PR #5703: Fix typo in distribution proto package name

This commit is contained in:
Aaron Craelius 2020-02-26 10:58:27 -05:00 committed by GitHub
parent 8cab43c812
commit 56104c2961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;