aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFChannel <=>2021-01-28 15:53:18 -0800
committerFChannel <=>2021-01-28 15:53:18 -0800
commit488b260a1b5019e3a1aa37b55272bc1333be31b5 (patch)
tree863fd56a9c11bcdfcfa12ff04dcbf50fa0ec3e84
parentee30189224579977a6c4d27aba4e1f0aacd91d57 (diff)
...typo
-rw-r--r--OutboxPost.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/OutboxPost.go b/OutboxPost.go
index 7388aed..979173f 100644
--- a/OutboxPost.go
+++ b/OutboxPost.go
@@ -496,7 +496,7 @@ func CheckCaptcha(db *sql.DB, captcha string) bool {
if (code == strings.ToUpper(parts[1])) {
return true
-p }
+ }
return false
}