diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2018-10-25 20:06:59 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2018-10-25 20:10:57 +0200 | 
| commit | 0437e10517aa0b6c2e3490626333a0082ff4c79f (patch) | |
| tree | 498f2d6f82500fb304e37771d21d48c6185d089f /pimd | |
| parent | 6cd85474f80492d4721966610357109593ae4ab9 (diff) | |
*: spelchek
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'pimd')
| -rw-r--r-- | pimd/pim_msdp.c | 2 | ||||
| -rw-r--r-- | pimd/pim_upstream.c | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_msdp.c b/pimd/pim_msdp.c index 807ad2bd12..7e072e6ade 100644 --- a/pimd/pim_msdp.c +++ b/pimd/pim_msdp.c @@ -74,7 +74,7 @@ static int pim_msdp_sa_adv_timer_cb(struct thread *t)  	struct pim_instance *pim = THREAD_ARG(t);  	if (PIM_DEBUG_MSDP_EVENTS) { -		zlog_debug("MSDP SA advertisment timer expired"); +		zlog_debug("MSDP SA advertisement timer expired");  	}  	pim_msdp_sa_adv_timer_setup(pim, true /* start */); diff --git a/pimd/pim_upstream.c b/pimd/pim_upstream.c index e5f5b34f2f..cd5b632ded 100644 --- a/pimd/pim_upstream.c +++ b/pimd/pim_upstream.c @@ -462,7 +462,7 @@ static int pim_upstream_could_register(struct pim_upstream *up)  	return 0;  } -/* Source registration is supressed for SSM groups. When the SSM range changes +/* Source registration is suppressed for SSM groups. When the SSM range changes   * we re-revaluate register setup for existing upstream entries */  void pim_upstream_register_reevaluate(struct pim_instance *pim)  {  | 
