]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
hs: Fix two typos in an inline comment.
authorIsis Lovecruft <isis@torproject.org>
Thu, 22 Mar 2018 22:33:34 +0000 (22:33 +0000)
committerIsis Lovecruft <isis@torproject.org>
Thu, 22 Mar 2018 22:33:34 +0000 (22:33 +0000)
 * FIXES #25602: https://bugs.torproject.org/25602

src/or/hs_cell.c

index 5244cfa3dd5473b39e504ad1b27f1da8de1b0daa..ad92521d34376649e12e05b234080ae06ece8e4b 100644 (file)
@@ -369,7 +369,7 @@ introduce1_encrypt_and_encode(trn_cell_introduce1_t *cell,
   crypto_cipher_free(cipher);
   offset += encoded_enc_cell_len;
   /* Compute MAC from the above and put it in the buffer. This function will
-   * make the adjustment to the encryptled_len to ommit the MAC length. */
+   * make the adjustment to the encrypted_len to omit the MAC length. */
   compute_introduce_mac(encoded_cell, encoded_cell_len,
                         encrypted, encrypted_len,
                         keys.mac_key, sizeof(keys.mac_key),