Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ostree-ext/src/chunking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ fn get_partitions_with_threshold<'a>(
/// iterate through prior[i] and make bins according to the name in nevra of pkgs to update
/// required packages
/// else if pkg structure to be changed || prior build not specified
/// Recompute optimal packaging strcuture (Compute partitions, place packages and optimize build)
/// Recompute optimal packaging structure (Compute partitions, place packages and optimize build)
fn basic_packing_with_prior_build<'a>(
components: &'a [ObjectSourceMetaSized],
bin_size: NonZeroU32,
Expand Down
2 changes: 1 addition & 1 deletion ostree-ext/src/container/unencapsulate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! This code only operates on container images that were created via
//! [`encapsulate`].
//!
//! # External depenendency on container-image-proxy
//! # External dependency on container-image-proxy
//!
//! This code requires <https://github.com/cgwalters/container-image-proxy>
//! installed as a binary in $PATH.
Expand Down