Skip to content

Commit b05ef14

Browse files
omartriguilafin
authored andcommitted
README.md > Fix typo with finshes*
1 parent 352df3a commit b05ef14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ When same name's file `/proc/sys/fs/binfmt_misc/qemu-$arch` exists, the register
114114
$ docker run --rm --privileged multiarch/qemu-user-static [--reset][--help][-p yes][options]
115115
```
116116

117-
On below image, we can not specify `-p yes` (`--persistent yes`) option. Because an interpreter's existance is checked when registering a binfmt_misc entry. As the interpreter does not exist in the container, the register script finshes with the error.
117+
On below image, we can not specify `-p yes` (`--persistent yes`) option. Because an interpreter's existance is checked when registering a binfmt_misc entry. As the interpreter does not exist in the container, the register script finishes with an error.
118118

119119
```
120120
$ docker run --rm --privileged multiarch/qemu-user-static:register [--reset][--help][options]

0 commit comments

Comments
 (0)