RT3802: Fixes typos in doc/crypto/
[openssl.git] / doc / crypto / EVP_DigestSignInit.pod
index 37d960e3b229efcd2d38a4966cdecafc64ec92e9..5ad192679c61ae06c1c41babbd6f2a0abcc3ac49 100644 (file)
@@ -26,7 +26,7 @@ be used to set alternative signing options.
 EVP_DigestSignUpdate() hashes B<cnt> bytes of data at B<d> into the
 signature context B<ctx>. This function can be called several times on the
 same B<ctx> to include additional data. This function is currently implemented
-usig a macro.
+using a macro.
 
 EVP_DigestSignFinal() signs the data in B<ctx> places the signature in B<sig>.
 If B<sig> is B<NULL> then the maximum size of the output buffer is written to