From 2a19badae07dba5865b6e6d2fc3d41fdb65cb1a2 Mon Sep 17 00:00:00 2001 From: aoki ken Date: Tue, 26 Jun 2018 13:42:50 +0900 Subject: [PATCH] tweak typo perfomance -> performance --- app/Config/Schema/db_acl.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/Schema/db_acl.sql b/app/Config/Schema/db_acl.sql index cbb0cceced6..e0a0e02fb1a 100644 --- a/app/Config/Schema/db_acl.sql +++ b/app/Config/Schema/db_acl.sql @@ -40,7 +40,7 @@ CREATE TABLE aros ( PRIMARY KEY (id) ); -/* this indexes will improve acl perfomance */ +/* this indexes will improve acl performance */ CREATE INDEX idx_acos_lft_rght ON `acos` (`lft`, `rght`); CREATE INDEX idx_acos_alias ON `acos` (`alias`);