Browse Source

[master] replace DENY with DROP in developer documentation

Jeremy C. Reed 14 years ago
parent
commit
666d6e49e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/acl/loader.h

+ 1 - 1
src/lib/acl/loader.h

@@ -81,7 +81,7 @@ public:
  * or if it doesn't contain one of the accepted values.
  *
  * \param action The JSON representation of the action. It must be a string
- *     and contain one of "ACCEPT", "REJECT" or "DENY".
+ *     and contain one of "ACCEPT", "REJECT" or "DROP.
  * \note We could define different names or add aliases if needed.
  */
 BasicAction defaultActionLoader(data::ConstElementPtr action);