From a6085f8f05cefcbd6e74d2f8f3ee9581e88b8266 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 10 Sep 2009 12:36:16 +0000 Subject: [PATCH] fix typo in sites list, N is the number of nodes not of sites --- planetlab/sites/sites.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetlab/sites/sites.php b/planetlab/sites/sites.php index 9f2c29e..9d12aeb 100644 --- a/planetlab/sites/sites.php +++ b/planetlab/sites/sites.php @@ -156,7 +156,7 @@ if ($sites) foreach ($sites as $site) { } $notes=array(); if (plc_is_admin()) { - $notes []= "N = number of sites"; + $notes []= "N = number of nodes"; $notes []= "U = number of users"; $notes []= "S = number of slices"; $notes []= "I = site_id"; -- 2.43.0