From 4bfce2a591a3bcf2e7c4e84c94152b8335d36fa8 Mon Sep 17 00:00:00 2001 From: Robert Roth Date: Wed, 4 Apr 2018 13:09:07 +0300 Subject: [PATCH] Fixed typo in acl database schema appendix. Fixes gh-5204 --- .../src/docs/asciidoc/_includes/appendix/database-schema.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/_includes/appendix/database-schema.adoc b/docs/manual/src/docs/asciidoc/_includes/appendix/database-schema.adoc index 8c3f26d9bf..ba4c1ed410 100644 --- a/docs/manual/src/docs/asciidoc/_includes/appendix/database-schema.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/appendix/database-schema.adoc @@ -84,7 +84,7 @@ There are four tables used by the Spring Security <> implementa These can be unique principals or authorities which may apply to multiple principals. . `acl_class` defines the domain object types to which ACLs apply. The `class` column stores the Java class name of the object. -. `acl_object_identity` stores the object identity definitions of specific domai objects. +. `acl_object_identity` stores the object identity definitions of specific domain objects. . `acl_entry` stores the ACL permissions which apply to a specific object identity and security identity. It is assumed that the database will auto-generate the primary keys for each of the identities.