We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d349c2 commit 0e6db14Copy full SHA for 0e6db14
1 file changed
x/group/errors/orm.go
@@ -2,7 +2,7 @@ package errors
2
3
import "cosmossdk.io/errors"
4
5
-// mathCodespace is the codespace for all errors defined in orm package
+// ormCodespace is the codespace for all errors defined in orm package
6
const ormCodespace = "legacy_orm"
7
8
var (
0 commit comments