Unverified Commit 164bb84b authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #1299 from flokli/siganture

sign.rs: fix typo in comment
parents 2f98f1c8 3e129063
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -343,7 +343,7 @@ impl<'a> Signer<'a> {
        Ok(buf)
    }

    /// Signs the data in data_buf and writes the siganture into the buffer sig_buf, returning the
    /// Signs the data in data_buf and writes the signature into the buffer sig_buf, returning the
    /// number of bytes written.
    ///
    /// For PureEdDSA (Ed25519 and Ed448 keys) this is the only way to sign data.