diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-07 10:46:05 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-07 10:46:05 -0500 |
commit | 86498e5aa59a74babd9454c336681a48019f479b (patch) | |
tree | 347d648300b8b6d758582d2281375c80ee4a0767 /src/common | |
parent | a45b56753c7db521a62a9c8f8bad4986c1c66302 (diff) | |
download | tor-86498e5aa59a74babd9454c336681a48019f479b.tar.gz tor-86498e5aa59a74babd9454c336681a48019f479b.zip |
Fix wide lines from typo-fix patch.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/crypto_ed25519.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/crypto_ed25519.c b/src/common/crypto_ed25519.c index a5a61cba1c..b962a59de1 100644 --- a/src/common/crypto_ed25519.c +++ b/src/common/crypto_ed25519.c @@ -225,8 +225,8 @@ ed25519_public_key_is_zero(const ed25519_public_key_t *pubkey) /* Return a heap-allocated array that contains <b>msg</b> prefixed by the * string <b>prefix_str</b>. Set <b>final_msg_len_out</b> to the size of the - * final array. If an error occurred, return NULL. It's the resonsibility of the - * caller to free the returned array. */ + * final array. If an error occurred, return NULL. It's the responsibility of + * the caller to free the returned array. */ static uint8_t * get_prefixed_msg(const uint8_t *msg, size_t msg_len, const char *prefix_str, |