]> andersk Git - openssh.git/blobdiff - entropy.c
- (stevesk) entropy.c: typo in debug message
[openssh.git] / entropy.c
index 9de292112b4329e3eca9df42d26447b5ea568856..d682450449bbbec29ec06d8e50991a348d5a02de 100644 (file)
--- a/entropy.c
+++ b/entropy.c
@@ -67,7 +67,7 @@ seed_rng(void)
                return;
        }
 
-       debug3("Seeing PRNG from %s", SSH_RAND_HELPER);
+       debug3("Seeding PRNG from %s", SSH_RAND_HELPER);
 
        if ((devnull = open("/dev/null", O_RDWR)) == -1)
                fatal("Couldn't open /dev/null: %s", strerror(errno));
This page took 0.054526 seconds and 4 git commands to generate.