Skip to content

Commit 8d9f6c2

Browse files
authored
Merge pull request #29 from alteholz/spelling
fix spelling issues mentioned by lintian
2 parents 87ed961 + 63592fb commit 8d9f6c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

oor/control/lisp_xtr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ xtr_recv_info_nat(lisp_xtr_t *xtr, lbuf_t *buf, uconn_t *uc)
10301030

10311031
/* SMR proxy-ITRs list to be updated with new mappings */
10321032
if (smr_required){
1033-
OOR_LOG(LDBG_1,"Selected RTR list has changed. Programing SMR");
1033+
OOR_LOG(LDBG_1,"Selected RTR list has changed. Programming SMR");
10341034
xtr_program_smr(xtr, 1);
10351035
}
10361036

oor/liblisp/lisp_address.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ lisp_addr_get_ip_pref_addr(lisp_addr_t *addr)
796796
{
797797
switch (lisp_addr_lafi(addr)) {
798798
case LM_AFI_IP:
799-
OOR_LOG(LDBG_3, "lisp_addr_get_ip_pref_addr: Not applicable to ip addressess");
799+
OOR_LOG(LDBG_3, "lisp_addr_get_ip_pref_addr: Not applicable to ip addresses");
800800
return (NULL);
801801
case LM_AFI_IPPREF:
802802
return (addr);

0 commit comments

Comments
 (0)