about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index eeb58305..fcb55a69 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -198,7 +198,7 @@ cmd_tls(ProfWin *window, const char *const command, gchar **args)
             cons_show("Trusted certificates:");
             cons_show("");
         } else {
-            cons_show("No trustes certificates found.");
+            cons_show("No trusted certificates found.");
         }
         while (curr) {
             TLSCertificate *cert = curr->data;
02:01:29 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2017-10-11 02:01:29 -0700 4016 - include subx/ tests in CI' href='/akkartik/mu/commit/.travis.yml?h=main&id=52ea31027b500c1e5d4281e9b41b71fd184d8be9'>52ea3102 ^
9531333e ^
7e977235 ^

c912b731 ^
9531333e ^

3968855b ^
a088d5c3 ^
52ea3102 ^
a088d5c3 ^




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