chore: Fix typos
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
24e038f482
commit
558ceac74f
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <https://gnu.org/licenses/agpl-3.0>.
|
||||
|
||||
//! Database extension to work with the balcklist table
|
||||
//! Database extension to work with the blacklist table
|
||||
|
||||
use chrono::Utc;
|
||||
use oxidetalis_core::types::PublicKey;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <https://gnu.org/licenses/agpl-3.0>.
|
||||
|
||||
//! Database extension to work with the balcklist table
|
||||
//! Database extension to work with the whitelist table
|
||||
|
||||
use chrono::Utc;
|
||||
use oxidetalis_core::types::PublicKey;
|
||||
|
|
Loading…
Reference in a new issue