From 98fb7ec193faf74e3ed1ee22547563b665a244f4 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 11 Jan 2020 21:08:20 -0500 Subject: [PATCH] Commentary. --- src/V3Os.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3Os.cpp b/src/V3Os.cpp index f5ffefb53..88f5f8370 100644 --- a/src/V3Os.cpp +++ b/src/V3Os.cpp @@ -268,7 +268,7 @@ string V3Os::trueRandom(size_t size) { // This read uses the size of the buffer. // Flawfinder: ignore if (!is.read(data, size)) { - v3fatal("Could not open /dev/urandom, no source of randomness. Try specifing a key instead."); + v3fatal("Could not open /dev/urandom, no source of randomness. Try specifying a key instead."); } #endif return result;