diff options
author | Ben Holden-Crowther <4144334+blrhc@users.noreply.github.com> | 2019-08-19 18:31:45 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2019-08-19 18:31:45 +0800 |
commit | 85d2b0d654f25a12530f623b5642d8e03b68404a (patch) | |
tree | d4186e44c4502b8dc87753415a3882709be722e2 | |
parent | 7d3b26018bfaeed83b132589c4382a83d9db7bf2 (diff) | |
download | go-tangerine-85d2b0d654f25a12530f623b5642d8e03b68404a.tar go-tangerine-85d2b0d654f25a12530f623b5642d8e03b68404a.tar.gz go-tangerine-85d2b0d654f25a12530f623b5642d8e03b68404a.tar.bz2 go-tangerine-85d2b0d654f25a12530f623b5642d8e03b68404a.tar.lz go-tangerine-85d2b0d654f25a12530f623b5642d8e03b68404a.tar.xz go-tangerine-85d2b0d654f25a12530f623b5642d8e03b68404a.tar.zst go-tangerine-85d2b0d654f25a12530f623b5642d8e03b68404a.zip |
cmd/clef: spelling correction (#19973)
-rw-r--r-- | cmd/clef/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/clef/README.md b/cmd/clef/README.md index 89eb1e8c0..90afe8c8c 100644 --- a/cmd/clef/README.md +++ b/cmd/clef/README.md @@ -914,7 +914,7 @@ A UI should conform to the following rules. * For example, not load icons, stylesheets from the internet * Not load files from the filesystem, unless they reside in the same local directory (e.g. config files) * A Graphical UI MUST show the blocky-identicon for ethereum addresses. -* A UI MUST warn display approproate warning if the destination-account is formatted with invalid checksum. +* A UI MUST warn display appropriate warning if the destination-account is formatted with invalid checksum. * A UI MUST NOT open any ports or services * The signer opens the public port * A UI SHOULD verify the permissions on the signer binary, and refuse to execute or warn if permissions allow non-user write. |