Package: cyphesis-cpp / 0.6.2-3

fix-more-typos.patch Patch series | download
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
Description: Fix typos
 Courtesy of lintian, will not be needed after Cyphesis 0.6.2.
Origin: https://github.com/worldforge/cyphesis/pull/31
Last-Update: 2018-01-30

--- a/server/Juncture.cpp
+++ b/server/Juncture.cpp
@@ -313,7 +313,7 @@
     m_address->i = m_address->a.begin();
     
     if (m_address->i == m_address->a.end()) {
-        error(op, "Connect host returned zero addressses", res, getId());
+        error(op, "Connect host returned zero addresses", res, getId());
         return;
     }
 
--- a/server/CommMDNSPublisher.cpp
+++ b/server/CommMDNSPublisher.cpp
@@ -300,7 +300,7 @@
     }
 
     if (m_avahiFd == -1) {
-        log(ERROR, "Avahi client has not registed a file descriptor");
+        log(ERROR, "Avahi client has not registered a file descriptor");
         return -1;
     }
 
--- a/man/cyphesis.sgml
+++ b/man/cyphesis.sgml
@@ -142,7 +142,7 @@
 Server name.
       </para>
       <para>
-Name that identifies this server. If this option is ommited from the config
+Name that identifies this server. If this option is omitted from the config
 file, and not provided any other way, then the system hostname will be used.
       </para>
      </listitem>
--- a/man/cyphesis.1
+++ b/man/cyphesis.1
@@ -71,7 +71,7 @@
 \fBservername=hostname\fR
 Server name.
 
-Name that identifies this server. If this option is ommited from the config
+Name that identifies this server. If this option is omitted from the config
 file, and not provided any other way, then the system hostname will be used.
 .TP
 \fBtcpport=6767\fR