summaryrefslogtreecommitdiffstats
path: root/doc/crypto/RAND_load_file.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/RAND_load_file.pod')
-rw-r--r--doc/crypto/RAND_load_file.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/RAND_load_file.pod b/doc/crypto/RAND_load_file.pod
index debf06fa2e..6bc779aae9 100644
--- a/doc/crypto/RAND_load_file.pod
+++ b/doc/crypto/RAND_load_file.pod
@@ -24,7 +24,7 @@ too small for the path name, an error occurs.
RAND_load_file() reads a number of bytes from file B<filename> and
adds them to the PRNG. If B<max_bytes> is non-negative,
-up to to B<max_bytes> are read;
+up to B<max_bytes> are read;
if B<max_bytes> is -1, the complete file is read.
RAND_write_file() writes a number of random bytes (currently 1024) to