Skip to content

Commit

Permalink
chore: fix some comments (#1074)
Browse files Browse the repository at this point in the history
Signed-off-by: pengbanban <pengbanban@aliyun.com>
Co-authored-by: mmsqe <mavis@crypto.com>
  • Loading branch information
pengbanban and mmsqe committed Aug 19, 2024
1 parent f26b2cc commit 57a34d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ func New(
v1 := app.qms.LatestVersion()
v2 := app.LastBlockHeight()
if v1 > 0 && v1 != v2 {
tmos.Exit(fmt.Sprintf("versiondb lastest version %d don't match iavl latest version %d", v1, v2))
tmos.Exit(fmt.Sprintf("versiondb latest version %d don't match iavl latest version %d", v1, v2))
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion nix/build_overlay.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# some basic overlays nessesary for the build
# some basic overlays necessary for the build
final: super: {
rocksdb = final.callPackage ./rocksdb.nix { };
}

0 comments on commit 57a34d6

Please sign in to comment.