chore: typos fixes by cosmos-sdk bot (#18689)

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
This commit is contained in:
Cosmos SDK
2023-12-11 13:03:19 +00:00
committed by GitHub
co-authored by github-merge-queue Julien Robert marbar3778
parent 39865d852f
commit 8f0d5b15f0
113 changed files with 195 additions and 202 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
type (
// Codec defines a functionality for serializing other objects.
// Users can defin a custom Protobuf-based serialization.
// Users can define a custom Protobuf-based serialization.
// Note, Amino can still be used without any dependency on Protobuf.
// SDK provides to Codec implementations:
//