]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fix typos found by lintian
authorJakub Ružička <jakub.ruzicka@nic.cz>
Fri, 6 Dec 2024 14:51:26 +0000 (15:51 +0100)
committerJakub Ružička <jakub.ruzicka@nic.cz>
Fri, 6 Dec 2024 15:09:31 +0000 (16:09 +0100)
I: bird3: spelling-error-in-binary "an other" "another" [usr/sbin/bird]
I: bird3: spelling-error-in-binary Reseting Resetting [usr/sbin/bird]
I: bird3: spelling-error-in-binary authenication authentication [usr/sbin/bird]

I was unable to fix the following:

I: bird3: spelling-error-in-binary upto up to [usr/sbin/bird]

proto/ospf/config.Y
proto/rpki/rpki.c
sysdep/unix/io.c

index 090402a4d2537ffae602bcc0d5251110a7e486fb..7184d7dd930a483a924f7b15242c6bcfbf9817d3 100644 (file)
@@ -38,7 +38,7 @@ ospf_iface_finish(void)
   ip->passwords = get_passwords();
 
   if (ospf_cfg_is_v2() && (ip->autype == OSPF_AUTH_CRYPT) && (ip->helloint < 5))
-    cf_warn("Hello or poll interval less that 5 makes cryptographic authenication prone to replay attacks");
+    cf_warn("Hello or poll interval less that 5 makes cryptographic authentication prone to replay attacks");
 
   if ((ip->autype == OSPF_AUTH_NONE) && (ip->passwords != NULL))
     cf_warn("Password option without authentication option does not make sense");
index adb073b29d84eebf86f12fd5a0ab5687ac80427f..fe6c75dd0175663b73339192dbf0e88d671bb6ed 100644 (file)
@@ -200,7 +200,7 @@ rpki_stop_refresh(struct rpki_proto *p)
 static const char *str_cache_states[] = {
   [RPKI_CS_CONNECTING]                 = "Connecting",
   [RPKI_CS_ESTABLISHED]        = "Established",
-  [RPKI_CS_RESET]              = "Reseting",
+  [RPKI_CS_RESET]              = "Resetting",
   [RPKI_CS_SYNC_START]                 = "Sync-Start",
   [RPKI_CS_SYNC_RUNNING]       = "Sync-Running",
   [RPKI_CS_FAST_RECONNECT]     = "Fast-Reconnect",
index b247ccdbf017162b3298412d5809941f56fda389..8ad42560726fa902462d97a2db5bf95f0ac80d1e 100644 (file)
@@ -1415,7 +1415,7 @@ sk_ssh_connect(sock *s)
        break;
 
       case SSH_KNOWN_HOSTS_OTHER:
-       LOG_WARN_ABOUT_SSH_SERVER_VALIDATION(s, "The server gave use a key of a type while we had an other type recorded. " \
+       LOG_WARN_ABOUT_SSH_SERVER_VALIDATION(s, "The server gave use a key of a type while we had another type recorded. " \
                                             "It is a possible attack.");
        server_identity_is_ok = 0;
        break;