diff --git a/deny.toml b/deny.toml index f544d2e32f..db40805379 100644 --- a/deny.toml +++ b/deny.toml @@ -185,11 +185,11 @@ allow-wildcard-paths = true # * all - Both lowest-version and simplest-path are used highlight = "all" # The default lint level for `default` features for crates that are members of -# the workspace that is being checked. This can be overriden by allowing/denying +# the workspace that is being checked. This can be overridden by allowing/denying # `default` on a crate-by-crate basis if desired. workspace-default-features = "allow" # The default lint level for `default` features for external crates that are not -# members of the workspace. This can be overriden by allowing/denying `default` +# members of the workspace. This can be overridden by allowing/denying `default` # on a crate-by-crate basis if desired. external-default-features = "allow" # List of crates that are allowed. Use with care! diff --git a/docker/README.md b/docker/README.md index 3582dc04ce..69f4aca16b 100644 --- a/docker/README.md +++ b/docker/README.md @@ -26,7 +26,7 @@ It enables the protocol-next by default, assuming you're using it for testing features that are not yet ready for production. It's intended to be run from the stellar-core source directory of a -developer's workstation to make a test buid that can be run in kubernetes +developer's workstation to make a test build that can be run in kubernetes without passing through any of the normal CI process. As such it is as small and quick as possible, using ubuntu linux and neither building nor installing an intermediate debian package. diff --git a/src/bucket/BucketList.cpp b/src/bucket/BucketList.cpp index b49ba3a9b3..a6ca8b7989 100644 --- a/src/bucket/BucketList.cpp +++ b/src/bucket/BucketList.cpp @@ -133,7 +133,7 @@ BucketLevel::commit() // The "only previous level's snap" cases happen once every 4 `prepare`s: when // we're one incoming-spill away from snapshotting mCurr ourselves. In other // words, when the `currLedger` plus N is considered a spill event for this -// level, where N is the the previous level's spill-size. This is a bit subtle +// level, where N is the previous level's spill-size. This is a bit subtle // so we spell out the first 8 ledger numbers where it happens here for each of // levels 1-4: merge(Lev) is a list of ledger numbers where Lev gets a full // mCurr+prevSnap merge, snap(Lev) is a list of ledger numbers where Lev just