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

David E. O'Brien obrien at FreeBSD.org
Wed Aug 22 22:34:56 UTC 2012


Author: obrien
Date: Wed Aug 22 22:34:55 2012
New Revision: 239596
URL: http://svn.freebsd.org/changeset/base/239596

Log:
  The entire comment block is now spell checked this time --  I promise.

Modified:
  head/etc/rc.d/postrandom

Modified: head/etc/rc.d/postrandom
==============================================================================
--- head/etc/rc.d/postrandom	Wed Aug 22 22:17:35 2012	(r239595)
+++ head/etc/rc.d/postrandom	Wed Aug 22 22:34:55 2012	(r239596)
@@ -15,9 +15,9 @@ start_cmd="${name}_start"
 stop_cmd=":"
 
 # This will remove old ${entropy_file} and generate a new one.
-# According to Bruce Schneier, this is strongly recomended in order
+# According to Bruce Schneier, this is strongly recommended in order
 # to avoid using same ${entropy_file} across reboots.
-# Reference: Chapter 10.6, Practical Cryptograpy, ISBN: 0-471-22357-3
+# Reference: Chapter 10.6, Practical Cryptography, ISBN: 0-471-22357-3
 
 postrandom_start()
 {


More information about the svn-src-head mailing list