File: 0020-man-page-spelling-error.patch

package info (click to toggle)
ccrypt 1.11-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,148 kB
  • sloc: ansic: 22,340; sh: 5,691; makefile: 664; lisp: 637; yacc: 291; sed: 35
file content (16 lines) | stat: -rw-r--r-- 757 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix spelling error in manual page
Forwarded: https://sourceforge.net/p/ccrypt/bugs/29/
Author: Alexander Kulak <sa-dev@rainbow.by>
Last-Update: 2018-03-13

--- a/doc/ccrypt.1.in
+++ b/doc/ccrypt.1.in
@@ -342,7 +342,7 @@ xor to obtain information about the corresponding plaintext blocks
 secure as the underlying block cipher.
 
 In \fBccrypt\fP, the seed is constructed as follows: first, a nonce is
-contructed by hashing a combination of the host name, current time,
+constructed by hashing a combination of the host name, current time,
 process id, and an internal counter into a 28-byte value, using a
 cryptographic hash function. The nonce is combined with a fixed
 four-byte "magic number", and the resulting 32-byte value is encrypted