Merge pull request #12293 from aokiken/patch-1

tweak typo perfomance -> performance
This commit is contained in:
Mark Sch 2018-06-26 08:58:38 +02:00 committed by GitHub
commit 130714f4b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`);