svn commit: r239593 - head/etc/rc.d

Chris Rees utisoft at gmail.com
Wed Aug 22 21:20:23 UTC 2012


On 22 Aug 2012 21:57, "David E. O'Brien" <obrien at freebsd.org> wrote:
>
> Author: obrien
> Date: Wed Aug 22 20:56:53 2012
> New Revision: 239593
> URL: http://svn.freebsd.org/changeset/base/239593
>
> Log:
>   Fix comment misspelling.
>
>   Submitted by: kargl
>
> Modified:
>   head/etc/rc.d/postrandom
>
> Modified: head/etc/rc.d/postrandom
>
==============================================================================
> --- head/etc/rc.d/postrandom    Wed Aug 22 20:34:23 2012        (r239592)
> +++ head/etc/rc.d/postrandom    Wed Aug 22 20:56:53 2012        (r239593)
> @@ -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

Nitpicking... but recommended is also incorrect!

Chris


More information about the svn-src-all mailing list