Skip to content

Commit 108f32d

Browse files
committed
typo
1 parent ee3453d commit 108f32d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ impl<'a> SysrootBuilder<'a> {
564564
}
565565
}
566566

567-
/// Coopy all files in `from` to `to`.
567+
/// Copy all files in `from` to `to`.
568568
fn copy_files(from: &Path, to: &Path) -> Result<()> {
569569
for entry in fs::read_dir(from)? {
570570
let entry = entry?;

0 commit comments

Comments
 (0)