- fix docs
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 15 Jan 2007 22:47:29 +0000 (22:47 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 15 Jan 2007 22:47:29 +0000 (22:47 +0000)
PLC/Methods/SetPersonPrimarySite.py

index 9eff75c..86e96c9 100644 (file)
@@ -10,7 +10,7 @@ class SetPersonPrimarySite(Method):
     Makes the specified site the person's primary site. The person
     must already be a member of the site.
 
-    ins may update anyone. All others may only update themselves.
+    Admins may update anyone. All others may only update themselves.
     """
 
     roles = ['admin', 'pi', 'user', 'tech']