Skip to content

Commit 2a51c5c

Browse files
authored
Merge pull request #1361 from leopardracer/main
Minor Documentation and Comment Corrections
2 parents d0c9c0a + 8ec0bce commit 2a51c5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ostree-ext/src/chunking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ fn get_partitions_with_threshold<'a>(
548548
/// iterate through prior[i] and make bins according to the name in nevra of pkgs to update
549549
/// required packages
550550
/// 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)
552552
fn basic_packing_with_prior_build<'a>(
553553
components: &'a [ObjectSourceMetaSized],
554554
bin_size: NonZeroU32,

ostree-ext/src/container/unencapsulate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! This code only operates on container images that were created via
44
//! [`encapsulate`].
55
//!
6-
//! # External depenendency on container-image-proxy
6+
//! # External dependency on container-image-proxy
77
//!
88
//! This code requires <https://github.com/cgwalters/container-image-proxy>
99
//! installed as a binary in $PATH.

0 commit comments

Comments
 (0)