summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/utils.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.clj b/src/utils.clj
index 1dc4a2c..44131df 100755
--- a/src/utils.clj
+++ b/src/utils.clj
@@ -304,7 +304,7 @@
(contains? super-vips (:nick session)))
(defmacro if-vip [e]
- "Evaluates expr if user is vip otherwise returns 404. Can only be used
+ "Evaluates expr if user is super-vip otherwise returns 404. Can only be used
where session is defined."
`(if (is-vip? ~'session) ~e (unknown-page)))