From db3e5425658c9d9e4ff951bdb5b65c0627ff3623 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 17 Jun 2010 17:44:14 +0000 Subject: stupid typo --- doc/ucis.ano/bgp_graph/path_list_to_dot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ucis.ano/bgp_graph') diff --git a/doc/ucis.ano/bgp_graph/path_list_to_dot.php b/doc/ucis.ano/bgp_graph/path_list_to_dot.php index 818103d..1aa487c 100755 --- a/doc/ucis.ano/bgp_graph/path_list_to_dot.php +++ b/doc/ucis.ano/bgp_graph/path_list_to_dot.php @@ -33,7 +33,7 @@ function nodenickname ($node) { switch ($node) { case '64768': return 'yang'; case '64738': return 'welterde'; case '64827': return 'deelkar'; - case '64680': case '64692': return rtrim(`echo $ndoe | ./asn2descr`); + case '64680': case '64692': return rtrim(`echo $node | ./asn2descr`); }; return NULL; }; function nodename ($node) { -- cgit v1.2.3