0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-03 07:31:54 +00:00

Fix typos found by lintian

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]
This commit is contained in:
Jakub Ružička 2024-12-06 15:51:26 +01:00
parent 0f0a8d5027
commit eaadf3af3a
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ ospf_iface_finish(void)
ip->passwords = get_passwords(); ip->passwords = get_passwords();
if (ospf_cfg_is_v2() && (ip->autype == OSPF_AUTH_CRYPT) && (ip->helloint < 5)) 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)) if ((ip->autype == OSPF_AUTH_NONE) && (ip->passwords != NULL))
cf_warn("Password option without authentication option does not make sense"); cf_warn("Password option without authentication option does not make sense");

View File

@ -200,7 +200,7 @@ rpki_stop_refresh(struct rpki_proto *p)
static const char *str_cache_states[] = { static const char *str_cache_states[] = {
[RPKI_CS_CONNECTING] = "Connecting", [RPKI_CS_CONNECTING] = "Connecting",
[RPKI_CS_ESTABLISHED] = "Established", [RPKI_CS_ESTABLISHED] = "Established",
[RPKI_CS_RESET] = "Reseting", [RPKI_CS_RESET] = "Resetting",
[RPKI_CS_SYNC_START] = "Sync-Start", [RPKI_CS_SYNC_START] = "Sync-Start",
[RPKI_CS_SYNC_RUNNING] = "Sync-Running", [RPKI_CS_SYNC_RUNNING] = "Sync-Running",
[RPKI_CS_FAST_RECONNECT] = "Fast-Reconnect", [RPKI_CS_FAST_RECONNECT] = "Fast-Reconnect",