fix typos authored by anarcat's avatar anarcat
...@@ -495,10 +495,10 @@ this example: ...@@ -495,10 +495,10 @@ this example:
The web interface to the Mailman REST API is a Django program called The web interface to the Mailman REST API is a Django program called
"Postorious". It features the usual clicky interface one would expect "Postorious". It features the usual clicky interface one would expect
from a website and, contrary to Mailman 2, has a centralized user from a website and, contrary to Mailman 2, has a centralized user
databse, so that you have a single username and password for all database, so that you have a single username and password for all
lists. lists.
That user databse, however, is unique to the web frontend, and cannot That user database, however, is unique to the web frontend, and cannot
be used to operate the API, rather confusingly. be used to operate the API, rather confusingly.
## Authentication ## Authentication
... ...
......