Changed Wizard to privileged in a comment
authorAri Johnson <ari@cobramush.org>
Wed, 21 Feb 2007 00:53:49 +0000 (00:53 +0000)
committerAri Johnson <ari@cobramush.org>
Wed, 21 Feb 2007 00:53:49 +0000 (00:53 +0000)
src/predicat.c

index 993f33da7c6f22e97d9b81a65b4012b2852cb5aa..9dd3b9b0d9441f851bd6f67af2924f28342cbbaf 100644 (file)
@@ -973,7 +973,7 @@ ok_function_name(const char *name)
 
 /** Does params contain only acceptable HTML tag attributes?
  * Right now, this means: filter out SEND and XCH_CMD if
- * the player isn't a Wizard. Params may contain a space-separated
+ * the player isn't a privileged. Params may contain a space-separated
  * list of tag=value pairs. It's probably possible to fool this
  * checking. Needs more work, or removing HTML support. 
  * \param player player using the attribute, or NOTHING for internal.