From: Thierry Parmentelat Date: Thu, 10 Sep 2009 12:36:16 +0000 (+0000) Subject: fix typo in sites list, N is the number of nodes not of sites X-Git-Tag: PLEWWW-4.3-27~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a6085f8f05cefcbd6e74d2f8f3ee9581e88b8266;p=plewww.git fix typo in sites list, N is the number of nodes not of sites --- 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";