summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2016-10-22 00:03:41 -0400
committerAdam <Adam@anope.org>2016-10-22 16:52:29 -0400
commit2655f30bf530af64f596fa9bf0a45c81462fe9fc (patch)
tree101ef8a745152cd594823242acac2a93dddc3451
parent128b10ba5a8b08dbffd4e945a9bb330f2147b0cf (diff)
SQLite.md: typo
-rw-r--r--docs/SQLite.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SQLite.md b/docs/SQLite.md
index 2d5b1c7b8..c23a88ef0 100644
--- a/docs/SQLite.md
+++ b/docs/SQLite.md
@@ -1,6 +1,6 @@
# How to modify Anope sqlite databases
-Anope uses a custom SQLiite function (anope_canonicalize) for canonicalizing strings for case insensitivity comparisons.
+Anope uses a custom SQLiite function (anope_canonicalize) for canonicalizing strings for case insensitive comparisons.
It does this by using SQLites support for having indexes on expressions https://www.sqlite.org/expridx.html.
For example the account table could look like: