summaryrefslogtreecommitdiff
path: root/system/addon/api.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-01-03 18:35:29 -0800
committerSteve Manuel <nilslice@gmail.com>2017-01-03 18:35:29 -0800
commit1b1a06b6ec616b7973eb5dc910f3d6dc50329b31 (patch)
tree7449f2145bd31849cec997569920d9235eb88f4a /system/addon/api.go
parentc1d9ac15acdc9ea2f389cfcd8eee2ac7db291f87 (diff)
adding link to Wiki
Diffstat (limited to 'system/addon/api.go')
-rw-r--r--system/addon/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/addon/api.go b/system/addon/api.go
index 7167202..9b54d6e 100644
--- a/system/addon/api.go
+++ b/system/addon/api.go
@@ -12,7 +12,7 @@ import (
"github.com/ponzu-cms/ponzu/system/db"
)
-// QueryOptions is a miror of the same struct in db package and are re-declared
+// QueryOptions is a mirror of the same struct in db package and are re-declared
// here only to make the API simpler for the caller
type QueryOptions db.QueryOptions