File: 0003-Fix-spelling-errors-in-manpages.patch

package info (click to toggle)
tcplay 3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 28,952 kB
  • sloc: ansic: 4,783; ruby: 759; makefile: 19; sh: 16
file content (63 lines) | stat: -rw-r--r-- 2,390 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Sun, 21 Apr 2024 00:46:58 -0400
Subject: Fix spelling errors in manpages
Forwarded: https://github.com/bwalex/tc-play/pull/84

---
 tcplay.3 | 4 ++--
 tcplay.8 | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tcplay.3 b/tcplay.3
index f8294a7..782ece3 100644
--- a/tcplay.3
+++ b/tcplay.3
@@ -180,7 +180,7 @@ does, but without changing the passphrase, keyfiles or PRF algorithm.
 .Pp
 The
 .Fn tc_api_task_set
-function allows settting a number of different options for the current task.
+function allows setting a number of different options for the current task.
 The following table shows which keys are available on calls to
 .Fn tc_api_task_set
 for each of the operations.
@@ -536,7 +536,7 @@ to indicate that the operation completed successfully, or
 to indicate that the operation is not implemented
 , or
 .Dv TC_ERR
-to indicate that any other error occured.
+to indicate that any other error occurred.
 .Pp
 The
 .Fn tc_api_task_get_error
diff --git a/tcplay.8 b/tcplay.8
index df9d6da..c3a20a9 100644
--- a/tcplay.8
+++ b/tcplay.8
@@ -360,7 +360,7 @@ volume.
 Which volume is accessed solely depends on the passphrase and keyfile(s)
 used.
 If the passphrase and keyfiles for the outer volume are specified,
-no information about the existance of the hidden volume is exposed.
+no information about the existence of the hidden volume is exposed.
 Without knowledge of the passphrase and keyfile(s) of the hidden volume
 its existence remains unexposed.
 The hidden volume can be protected when mapping the outer volume by
@@ -496,7 +496,7 @@ Or alternatively:
 .Nm Fl -unmap Ns = Ns Cm truecrypt2
 .Ed
 .Pp
-A hidden volume whose existance can be plausibly denied and its outer volume
+A hidden volume whose existence can be plausibly denied and its outer volume
 can for example be created with
 .Bd -ragged -offset indent
 .Nm Fl -create
@@ -522,7 +522,7 @@ and
 options.
 Which volume is later accessed depends only on which passphrase and keyfile(s)
 are being used,
-so that the existance of the hidden volume remains unknown without knowledge
+so that the existence of the hidden volume remains unknown without knowledge
 of the passphrase and keyfile it is protected by since it is located within
 the outer volume.
 To map the outer volume without potentially damaging the hidden volume,