From 81bf5b368bf9fa44bc84b0b05bbf5f14ff5b226d Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Sun, 7 Dec 2014 20:06:29 +0100 Subject: [PATCH] typo --- admin_manual/configuration/database_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration/database_configuration.rst b/admin_manual/configuration/database_configuration.rst index 184f20ef8..a164a2a7a 100644 --- a/admin_manual/configuration/database_configuration.rst +++ b/admin_manual/configuration/database_configuration.rst @@ -10,7 +10,7 @@ ownCloud requires a database in which administrative data is stored. The followi The MySQL or MariaDB databases are the recommended database engines. However, because it is a file based database with the least administrative overhead, SQLite is chosen by default. -.. note:: Because SQLite has some difficulties handling multiple users, we recommend that it be used only for single user ownCloud installatins. +.. note:: Because SQLite has some difficulties handling multiple users, we recommend that it be used only for single user ownCloud installations. Requirements ------------