File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ( ) ;
Original file line number Diff line number Diff line change 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
88use super :: * ;
99use crate :: chunking:: { self , Chunk } ;
You can’t perform that action at this time.
0 commit comments