typo fix (s/Ridirect/Redirect/)

This commit is contained in:
itojun 2000-03-02 07:43:32 +00:00
parent 2dc247fc34
commit 9c971f7c4d
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: traceroute6.c,v 1.8 2000/02/28 07:03:58 itojun Exp $ */
/* $NetBSD: traceroute6.c,v 1.9 2000/03/02 07:43:32 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -78,7 +78,7 @@ static char sccsid[] = "@(#)traceroute.c 8.1 (Berkeley) 6/6/93";
#else
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: traceroute6.c,v 1.8 2000/02/28 07:03:58 itojun Exp $");
__RCSID("$NetBSD: traceroute6.c,v 1.9 2000/03/02 07:43:32 itojun Exp $");
#endif
#endif
@ -960,7 +960,7 @@ pr_type(t0)
cp = "Neighbor Advertisement";
break;
case ND_REDIRECT:
cp = "Ridirect";
cp = "Redirect";
break;
default:
cp = "Unknown";