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 @@ -554,7 +554,7 @@ async fn deploy(
554
554
} ;
555
555
// Clone all the things to move to worker thread
556
556
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
558
558
let merge_deployment = merge_deployment. map ( |d| d. index ( ) as usize ) ;
559
559
let stateroot = stateroot. to_string ( ) ;
560
560
let ostree_commit = image. ostree_commit . to_string ( ) ;
Original file line number Diff line number Diff line change 3
3
//! # Extension of encapsulation support
4
4
//!
5
5
//! 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.
7
7
8
8
use super :: * ;
9
9
use crate :: chunking:: { self , Chunk } ;
You can’t perform that action at this time.
0 commit comments