]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Minor typos in error messages master
authorMaria Matejka <mq@ucw.cz>
Wed, 17 Dec 2025 13:21:55 +0000 (14:21 +0100)
committerMaria Matejka <mq@ucw.cz>
Wed, 17 Dec 2025 13:23:46 +0000 (14:23 +0100)
Reported-By: Marco d'Itri <md@linux.it>
proto/ospf/config.Y
proto/rpki/rpki.c
sysdep/unix/io.c

index 83d20f9c416a0f8af2bfc2e5e612db2f75b7c1ac..a0d94915c1e5a648719353fc3129f97c5592e656 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 327c6215b43150ce9047049c89f6759adf3ffde8..0d1c48f572485ddabe53d08bae46642f9f9f14eb 100644 (file)
@@ -179,7 +179,7 @@ rpki_table_remove_aspa(struct rpki_cache *cache, struct channel *channel, u32 cu
 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 0a32865fd85946cc680e3793fb72a0d5600638ed..98345d58bdf9eb6523099ac750d1da9925d8134f 100644 (file)
@@ -1425,7 +1425,7 @@ sk_ssh_connect(sock *s)
        break;
 
       case SSH_SERVER_FOUND_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 different type than we have recorded. " \
                                             "It is a possible attack.");
        server_identity_is_ok = 0;
        break;