File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ fn get_partitions_with_threshold<'a>(
548
548
/// iterate through prior[i] and make bins according to the name in nevra of pkgs to update
549
549
/// required packages
550
550
/// else if pkg structure to be changed || prior build not specified
551
- /// Recompute optimal packaging strcuture (Compute partitions, place packages and optimize build)
551
+ /// Recompute optimal packaging structure (Compute partitions, place packages and optimize build)
552
552
fn basic_packing_with_prior_build < ' a > (
553
553
components : & ' a [ ObjectSourceMetaSized ] ,
554
554
bin_size : NonZeroU32 ,
Original file line number Diff line number Diff line change 3
3
//! This code only operates on container images that were created via
4
4
//! [`encapsulate`].
5
5
//!
6
- //! # External depenendency on container-image-proxy
6
+ //! # External dependency on container-image-proxy
7
7
//!
8
8
//! This code requires <https://github.com/cgwalters/container-image-proxy>
9
9
//! installed as a binary in $PATH.
You can’t perform that action at this time.
0 commit comments