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;