From 558ceac74f30e22a9fa889e31af8045255138fb1 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Tue, 16 Jul 2024 15:40:04 +0300 Subject: [PATCH] chore: Fix typos Signed-off-by: Awiteb --- crates/oxidetalis/src/database/blacklist.rs | 2 +- crates/oxidetalis/src/database/whitelist.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/oxidetalis/src/database/blacklist.rs b/crates/oxidetalis/src/database/blacklist.rs index 9a4a712..2215ad2 100644 --- a/crates/oxidetalis/src/database/blacklist.rs +++ b/crates/oxidetalis/src/database/blacklist.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . -//! Database extension to work with the balcklist table +//! Database extension to work with the blacklist table use chrono::Utc; use oxidetalis_core::types::PublicKey; diff --git a/crates/oxidetalis/src/database/whitelist.rs b/crates/oxidetalis/src/database/whitelist.rs index 91d3fa2..370407e 100644 --- a/crates/oxidetalis/src/database/whitelist.rs +++ b/crates/oxidetalis/src/database/whitelist.rs @@ -14,7 +14,7 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . -//! Database extension to work with the balcklist table +//! Database extension to work with the whitelist table use chrono::Utc; use oxidetalis_core::types::PublicKey;