Skip to content

Commit 9c72683

Browse files
authored
Merge pull request #1381 from leopardracer/main
Fix typos in code comments
2 parents 2b1897c + 939c07e commit 9c72683

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/deploy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ async fn deploy(
554554
};
555555
// Clone all the things to move to worker thread
556556
let sysroot_clone = sysroot.sysroot.clone();
557-
// ostree::Deployment is incorrently !Send 😢 so convert it to an integer
557+
// ostree::Deployment is incorrectly !Send 😢 so convert it to an integer
558558
let merge_deployment = merge_deployment.map(|d| d.index() as usize);
559559
let stateroot = stateroot.to_string();
560560
let ostree_commit = image.ostree_commit.to_string();

ostree-ext/src/container/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! # Extension of encapsulation support
44
//!
55
//! This code supports ingesting arbitrary layered container images from an ostree-exported
6-
//! base. See [`encapsulate`][`super::encapsulate()`] for more information on encaspulation of images.
6+
//! base. See [`encapsulate`][`super::encapsulate()`] for more information on encapsulation of images.
77
88
use super::*;
99
use crate::chunking::{self, Chunk};

0 commit comments

Comments
 (0)