fix typo in sites list, N is the number of nodes not of sites
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 10 Sep 2009 12:36:16 +0000 (12:36 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 10 Sep 2009 12:36:16 +0000 (12:36 +0000)
planetlab/sites/sites.php

index 9f2c29e..9d12aeb 100644 (file)
@@ -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";