diff options
author | obrien <obrien@FreeBSD.org> | 2012-08-22 20:56:53 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2012-08-22 20:56:53 +0000 |
commit | 779be1a1c0a30e6d62e336158f21c272616317fe (patch) | |
tree | 4dba6eecba938d2f7b1af117fce3611cc799a10a /etc | |
parent | a49bdc9a252d8c144ed4c8d040b34a1e2ce6e653 (diff) | |
download | FreeBSD-src-779be1a1c0a30e6d62e336158f21c272616317fe.zip FreeBSD-src-779be1a1c0a30e6d62e336158f21c272616317fe.tar.gz |
Fix comment misspelling.
Submitted by: kargl
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.d/postrandom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/postrandom b/etc/rc.d/postrandom index f5311c2..4ab37a6 100755 --- a/etc/rc.d/postrandom +++ b/etc/rc.d/postrandom @@ -15,7 +15,7 @@ start_cmd="${name}_start" stop_cmd=":" # This will remove old ${entropy_file} and generate a new one. -# According to Bruce Schneier, this is stronly recomended in order +# According to Bruce Schneier, this is strongly recomended in order # to avoid using same ${entropy_file} across reboots. # Reference: Chapter 10.6, Practical Cryptograpy, ISBN: 0-471-22357-3 |