diff --git a/ostree-ext/src/chunking.rs b/ostree-ext/src/chunking.rs index d44b0377f..c10f9157b 100644 --- a/ostree-ext/src/chunking.rs +++ b/ostree-ext/src/chunking.rs @@ -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, diff --git a/ostree-ext/src/container/unencapsulate.rs b/ostree-ext/src/container/unencapsulate.rs index ea028b12b..81eb90c7f 100644 --- a/ostree-ext/src/container/unencapsulate.rs +++ b/ostree-ext/src/container/unencapsulate.rs @@ -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 //! installed as a binary in $PATH.