Skip to content

Commit 4614863

Browse files
authored
Merge pull request opencontainers#321 from TrumanLing/master
layer.md: Fix some typo
2 parents 1c0de23 + 5b0e7f2 commit 4614863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Entries for the following files:
9090

9191
### Populate a Comparison Filesystem
9292

93-
Create a new directory and initialize it with an copy or snapshot of the prior root filesystem.
93+
Create a new directory and initialize it with a copy or snapshot of the prior root filesystem.
9494
Example commands that can preserve [file attributes](#file-attributes) to make this copy are:
9595
* [cp(1)](http://linux.die.net/man/1/cp): `cp -a rootfs-c9d-v1/ rootfs-c9d-v1.s1/`
9696
* [rsync(1)](http://linux.die.net/man/1/rsync): `rsync -aHAX rootfs-c9d-v1/ rootfs-c9d-v1.s1/`

0 commit comments

Comments
 (0)