Fixed spelling error.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 14 Jun 2011 20:02:14 +0000 (16:02 -0400)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 14 Jun 2011 20:02:14 +0000 (16:02 -0400)
planetlab/nodes/node_add.php

index 5bb4796..115f177 100644 (file)
@@ -24,7 +24,7 @@ if( ! $has_privileges) {
     drupal_goto(l_register_node());
     return 0;
   }
-  drupal_set_error ("Insufficient provileges to add a node");
+  drupal_set_error ("Insufficient privileges to add a node");
   header( "index.php" );
   return 0;
 }