Fix typo in GlobalCapbility documentation

Change-Id: Ibe899d717897d654ddde8fe10da313f544534ff1
This commit is contained in:
Shawn O. Pearce
2012-12-19 20:47:30 -08:00
parent d81d31b88f
commit b5f13756b2

View File

@@ -28,7 +28,7 @@ public class GlobalCapability {
* has this capability can perform almost any other action, or can grant
* themselves the power to perform any other action on the site. Most of
* the other capabilities and permissions fall-back to the predicate
* "OR user has capablity ADMINISTRATE_SERVER".
* "OR user has capability ADMINISTRATE_SERVER".
*/
public static final String ADMINISTRATE_SERVER = "administrateServer";