fix typo in comment
authorStefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Fri, 15 Dec 2023 13:51:15 +0000 (14:51 +0100)
committerStefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Fri, 15 Dec 2023 13:51:15 +0000 (14:51 +0100)
tools/scrub/scrub.sql

index 165f89630399485fbcdd1a122a5c8135dcae1f2e..510004ce01b307048474911f6635bbf6e9af0e94 100644 (file)
@@ -14,7 +14,7 @@
 \set ON_ERROR_STOP 1
 BEGIN;
 
--- Commnity auth sites need reset crypto keys
+-- reset crypto keys of community auth sites
 -- The actual sites and id's are not secret.
 UPDATE account_communityauthsite SET cryptkey='XXX';