diff options
| author | Zygmunt Krynicki <me@zygoon.pl> | 2019-07-04 10:00:02 +0200 |
|---|---|---|
| committer | Zygmunt Krynicki <me@zygoon.pl> | 2019-07-04 10:08:29 +0200 |
| commit | 021ce55634338627b28db5d7a9aa0cd6afd33746 (patch) | |
| tree | 7f752000ecdd54633b4de597ab220f7af7eeca7a /snap | |
| parent | f5226c3d92eb806e816cdbacd92095870134f083 (diff) | |
snap: fix typo "replaceable"
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
Diffstat (limited to 'snap')
| -rw-r--r-- | snap/validate.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snap/validate.go b/snap/validate.go index 608e53516e..b3662e44cd 100644 --- a/snap/validate.go +++ b/snap/validate.go @@ -754,8 +754,8 @@ var layoutRejectionList = []string{ // The firmware is sometimes loaded on demand by the kernel, in response to // a process performing generic I/O to a specific device. In that case the // mount namespace of the process is searched, by the kernel, for the - // firmware. Therefore firmware must not be replicable to prevent malicious - // firmware from attacking the host. + // firmware. Therefore firmware must not be replaceable to prevent + // malicious firmware from attacking the host. "/lib/firmware", // Similarly the kernel will load modules and the modules should not be // something that snaps can tamper with. |
