From fd88b756fc20dedea15a8a08c21e8f7af6612e4e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 17 Jun 2021 10:02:30 -0400 Subject: Fix various spelling issues (#274). Signed-off-by: Josh Soref . --- data/example.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/example.conf b/data/example.conf index b25578d10..3e7efa942 100644 --- a/data/example.conf +++ b/data/example.conf @@ -710,7 +710,7 @@ log * means "* ~operserv/*" would log everything because * matches everything. * * Valid admin, override, and command options are: - * pesudo-serv/commandname (e.g. operserv/akill, chanserv/set) + * pseudo-serv/commandname (e.g. operserv/akill, chanserv/set) * * Valid server options are: * connect, quit, sync, squit @@ -1155,7 +1155,7 @@ module * db_sql module allows saving and loading databases using one of the SQL engines. * This module loads the databases once on startup, then incrementally updates * objects in the database as they are changed within Anope in real time. Changes - * to the SQL tables not done by Anope will have no effect and will be overwritten. + * to the SQL tables not done by Anope will have no effect and will be overwriten. * * db_sql_live module allows saving and loading databases using one of the SQL engines. * This module reads and writes to SQL in real time. Changes to the SQL tables -- cgit