You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/02/16 07:59:58 UTC

[1/2] syncope git commit: Correcting errors in the documentation - This closes #65

Repository: syncope
Updated Branches:
  refs/heads/2_0_X a3c0da995 -> 66aac6a40
  refs/heads/master 49ca71d8c -> 64bce59f3


Correcting errors in the documentation - This closes #65


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/64bce59f
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/64bce59f
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/64bce59f

Branch: refs/heads/master
Commit: 64bce59f3b5e1f222bbd0ae35c8dea16c392ba2d
Parents: 49ca71d
Author: rohanjulka19 <ro...@gmail.com>
Authored: Fri Feb 16 03:26:27 2018 +0530
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Feb 16 08:55:53 2018 +0100

----------------------------------------------------------------------
 src/main/asciidoc/getting-started/obtain.adoc     |  2 +-
 .../reference-guide/architecture/core.adoc        |  4 ++--
 .../concepts/externalresources.adoc               |  4 ++--
 .../concepts/provisioning/propagation.adoc        |  2 +-
 .../reference-guide/concepts/reports.adoc         |  2 +-
 .../reference-guide/concepts/typemanagement.adoc  |  6 +++---
 .../reference-guide/concepts/workflow.adoc        |  4 ++--
 .../identitytechnologies/identitystores.adoc      |  4 ++--
 .../adminconsole/approval.adoc                    |  2 +-
 .../adminconsole/configuration.adoc               |  4 ++--
 .../adminconsole/realms.adoc                      |  2 +-
 .../adminconsole/reports.adoc                     |  4 ++--
 .../workingwithapachesyncope/cli/user.adoc        |  2 +-
 .../workingwithapachesyncope/customization.adoc   | 18 +++++++++---------
 .../workingwithapachesyncope/enduser.adoc         |  2 +-
 .../workingwithapachesyncope/restfulservices.adoc |  8 ++++----
 16 files changed, 35 insertions(+), 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/64bce59f/src/main/asciidoc/getting-started/obtain.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/getting-started/obtain.adoc b/src/main/asciidoc/getting-started/obtain.adoc
index 2f36680..df86ec6 100644
--- a/src/main/asciidoc/getting-started/obtain.adoc
+++ b/src/main/asciidoc/getting-started/obtain.adoc
@@ -618,7 +618,7 @@ Provided address: http://localhost:9080/syncope/rest
 
 --
 
-As the message suggests you have to start the installation again when this error occurrs.
+As the message suggests you have to start the installation again when this error occurs.
 
 
 ==== Debug

http://git-wip-us.apache.org/repos/asf/syncope/blob/64bce59f/src/main/asciidoc/reference-guide/architecture/core.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/architecture/core.adoc b/src/main/asciidoc/reference-guide/architecture/core.adoc
index 0da554a..32ad164 100644
--- a/src/main/asciidoc/reference-guide/architecture/core.adoc
+++ b/src/main/asciidoc/reference-guide/architecture/core.adoc
@@ -44,7 +44,7 @@ More details are available in the dedicated <<restful-services,usage>> section.
 ==== Logic
 
 Right below the external interface level, the overall business logic is responsible for orchestrating the other layers, by implementing
-the operations that can be triggered via REST services. It is also responsible for controling some additional features (notifications, 
+the operations that can be triggered via REST services. It is also responsible for controlling some additional features (notifications, 
 reports and auditing).
 
 [[provisioning-layer]]
@@ -94,7 +94,7 @@ provided by the Spring Framework.
 Globally, this offers the ability to easily scale up to a million entities and at the same time allows great portability
 with no code changes: MySQL, MariaDB, PostgreSQL, Oracle and MS SQL Server are fully supported deployment options.
 
-<<domains>> allow to manage data beloging to different https://en.wikipedia.org/wiki/Multitenancy[tenants^] into
+<<domains>> allow to manage data belonging to different https://en.wikipedia.org/wiki/Multitenancy[tenants^] into
 separate database instances.
 
 ==== Security

http://git-wip-us.apache.org/repos/asf/syncope/blob/64bce59f/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/externalresources.adoc b/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
index 81bbf7f..32b71d2 100644
--- a/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
@@ -38,7 +38,7 @@ https://github.com/Tirasa/ConnId/blob/master/README.md#available-connectors[alre
 https://connid.atlassian.net/wiki/display/BASE/Create+new+connector[made from scratch^], in order to fulfill specific
 requirements
 * pooling information
-* configuration - dependening on the selected bundle, these are properties with configuration values: for example,
+* configuration - depending on the selected bundle, these are properties with configuration values: for example,
 with https://connid.atlassian.net/wiki/display/BASE/LDAP#LDAP-Configuration[LDAP^] this means host, port, bind DN,
 object classes while with
 https://connid.atlassian.net/wiki/display/BASE/Database+Table#DatabaseTable-ConfigurationProperties[DBMS^] it would 
@@ -97,7 +97,7 @@ image::mapping.png[title="Sample mapping",alt="Sample mapping"]
 
 For each of the <<anytype,Any Types>> supported by the underlying connector, a different mapping is provided.
 
-A mapping is essentially a collection of _mapping items_ describing the correspondance between an user / group / any
+A mapping is essentially a collection of _mapping items_ describing the correspondence between an user / group / any
 object attribute and its counterpart on the Identity Store represented by the current external resource. Each item
 specifies:
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/64bce59f/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc b/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc
index c0d3b25..32d56fe 100644
--- a/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc
@@ -60,7 +60,7 @@ endif::[]
 ifeval::["{snapshotOrRelease}" == "snapshot"]
 https://github.com/apache/syncope/blob/master/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/propagation/PropagationTaskExecutor.java[PropagationTaskExecutor^]
 endif::[]
-interface can be provided, in case the required behavior does not fit into the provided implementation.
+interface can be provided, in case the required behaviour does not fit into the provided implementation.
 
 ===== PropagationActions
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/64bce59f/src/main/asciidoc/reference-guide/concepts/reports.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/reports.adoc b/src/main/asciidoc/reference-guide/concepts/reports.adoc
index 9a5fe00..474e696 100644
--- a/src/main/asciidoc/reference-guide/concepts/reports.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/reports.adoc
@@ -94,7 +94,7 @@ https://github.com/apache/syncope/blob/master/common/lib/src/main/java/org/apach
 endif::[]
 it is essentially a handy way to inject static values (of various types) into a report.
 
-===== User and Group Reportles
+===== User and Group Reportlets
 Defined by
 ifeval::["{snapshotOrRelease}" == "release"]
 https://github.com/apache/syncope/blob/syncope-{docVersion}/core/logic/src/main/java/org/apache/syncope/core/logic/report/UserReportlet.java[UserReportlet^]

http://git-wip-us.apache.org/repos/asf/syncope/blob/64bce59f/src/main/asciidoc/reference-guide/concepts/typemanagement.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/typemanagement.adoc b/src/main/asciidoc/reference-guide/concepts/typemanagement.adoc
index 8c31dbd..a38c33b 100644
--- a/src/main/asciidoc/reference-guide/concepts/typemanagement.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/typemanagement.adoc
@@ -155,7 +155,7 @@ given user / group / any object instance) and for <<type-extensions,type extensi
 Any types represent the type of identities that Apache Syncope is able to manage; besides the predefined `USER` and 
 `GROUP`, more types can be created to model workstations, printers, folders, sensors, services, ...
 
-For all Any Types that are defined, a set of <<anytypeclass, classes>> can be selected so that instances af a given
+For all Any Types that are defined, a set of <<anytypeclass, classes>> can be selected so that instances of a given
 Any Type will be enabled to populate attributes for schemas in those classes.
 
 .Any types and attributes allowed for Users, Groups and Any Objects
@@ -258,7 +258,7 @@ define the available link types.
 
 .Relationship between Any Objects (printers)
 ====
-The following any object of type `PRINTER` contains a relationship of type `neighborhood` with another `PRINTER`
+The following any object of type `PRINTER` contains a relationship of type `neighbourhood` with another `PRINTER`
 (details are simplified to increase readability):
 
 [source,json]
@@ -285,7 +285,7 @@ The following any object of type `PRINTER` contains a relationship of type `neig
   ],
   "relationships": [
     {
-      "type": "neighborhood",
+      "type": "neighbourhood",
       "rightType": "PRINTER",
       "rightKey": "8559d14d-58c2-46eb-a2d4-a7d35161e8f8"
     }

http://git-wip-us.apache.org/repos/asf/syncope/blob/64bce59f/src/main/asciidoc/reference-guide/concepts/workflow.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/workflow.adoc b/src/main/asciidoc/reference-guide/concepts/workflow.adoc
index 9792343..6327119 100644
--- a/src/main/asciidoc/reference-guide/concepts/workflow.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/workflow.adoc
@@ -183,7 +183,7 @@ granted accesses, within a given organization.
 [TIP]
 ====
 Recertification is the traditional and most effective countermeasure against __privilege creep__, that is the
-rentention of accounts during time even when the user change his role, or even his job. 
+retention of accounts during time even when the user change his role, or even his job. 
 
 Recertification is a good practice, recommended and often required by international or organizational standards.
 ====
@@ -203,7 +203,7 @@ https://github.com/apache/syncope/blob/master/core/provisioning-java/src/main/ja
 endif::[]
 class, which can be used as base to implement more complex recertification processes.
 
-Essentially, this task goes through all the available users and checks whether they where already recertified in the
+Essentially, this task goes through all the available users and checks whether they were already recertified in the
 past `identity.recertification.day.interval` days - see <<configuration-parameters, below>> for details; when needed,
 it triggers a specific <<approval,approval>>.
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/64bce59f/src/main/asciidoc/reference-guide/identitytechnologies/identitystores.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/identitytechnologies/identitystores.adoc b/src/main/asciidoc/reference-guide/identitytechnologies/identitystores.adoc
index 6f0fac4..eb0f495 100644
--- a/src/main/asciidoc/reference-guide/identitytechnologies/identitystores.adoc
+++ b/src/main/asciidoc/reference-guide/identitytechnologies/identitystores.adoc
@@ -1,4 +1,4 @@
-//
+//
 // Licensed to the Apache Software Foundation (ASF) under one
 // or more contributor license agreements.  See the NOTICE file
 // distributed with this work for additional information
@@ -28,7 +28,7 @@ Various Identity Store types are available:
 * Flat files (XML, CSV, ...)
 * LDAP
 * Relational databases (MySQL, Oracle, Microsoft SQL Server, PostgreSQL, ...)
-* Plaform-specific (Microsoft Active Directory, FreeIPA, PowerShell, ...)
+* Platform-specific (Microsoft Active Directory, FreeIPA, PowerShell, ...)
 * Web services (REST, SOAP, ...)
 * Cloud providers
 * ...and much more.

http://git-wip-us.apache.org/repos/asf/syncope/blob/64bce59f/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/approval.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/approval.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/approval.adoc
index d6d6b88..ff25ab9 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/approval.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/approval.adoc
@@ -28,4 +28,4 @@ image::approval2.png[title="Claiming an approval",alt="Claiming an approval"]
 image::approval3.png[title="Managing an approval",alt="Managing an approval"]
 image::approval4.png[title="Approval form",alt="Approval form"]
 image::approval5.png[title="Reviewing modifications",alt="Reviewing modifications"]
-image::approval6.png[title="Approving modiications",alt="Approving modiications"]
+image::approval6.png[title="Approving modifications",alt="Approving modifications"]

http://git-wip-us.apache.org/repos/asf/syncope/blob/64bce59f/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/configuration.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/configuration.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/configuration.adoc
index 8bcf9c3..34e8003 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/configuration.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/configuration.adoc
@@ -18,7 +18,7 @@
 //
 ===== Configuration
 
-The configuration pages allow the designated administators to customize the given deployment to fit the needs of the
+The configuration pages allow the designated administrators to customize the given deployment to fit the needs of the
 organization.
 
 [[console-configuration-audit]]
@@ -36,7 +36,7 @@ to display only the errors of `io.swagger`, in which case the warning and inform
 Notifications::
 
 Gives access to the <<notifications,notification>> management. +
-This page also allows the administators to create and edit <<notification-templates,notification templates>>.
+This page also allows the administrators to create and edit <<notification-templates,notification templates>>.
 
 [[console-configuration-parameters]]
 Parameters::

http://git-wip-us.apache.org/repos/asf/syncope/blob/64bce59f/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/realms.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/realms.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/realms.adoc
index 00c0b42..b6716be 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/realms.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/realms.adoc
@@ -19,7 +19,7 @@
 [[console-realms]]
 ===== Realms
 
-The realms page provides the designated administators with the power to manage <<realms>> as well as
+The realms page provides the designated administrators with the power to manage <<realms>> as well as
 <<users-groups-and-any-objects>>, for all <<anytype, Any Types>> that are defined.
 
 image::realmsUser.png[console-realms-user]

http://git-wip-us.apache.org/repos/asf/syncope/blob/64bce59f/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/reports.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/reports.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/reports.adoc
index 71f1801..537c582 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/reports.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/reports.adoc
@@ -19,8 +19,8 @@
 [[console-reports]]
 ===== Reports
 
-The reports page presents the designated administators with the list of <<reports,reports>> configured on the given
+The reports page presents the designated administrators with the list of <<reports,reports>> configured on the given
 deployment. +
-This page also allows the administators to create and edit <<report-templates,report templates>>.
+This page also allows the administratorss to create and edit <<report-templates,report templates>>.
 
 image::consoleReports.png[console-reports]

http://git-wip-us.apache.org/repos/asf/syncope/blob/64bce59f/src/main/asciidoc/reference-guide/workingwithapachesyncope/cli/user.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/cli/user.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/cli/user.adoc
index 6aeffff..a880b49 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/cli/user.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/cli/user.adoc
@@ -64,7 +64,7 @@ The option to get the user key starting from a username.
 The option to get the username starting from a user key.
 --read-by-userkey::
 The option to read user information by their user key.
---read-by-usernam::
+--read-by-username::
 The option to read user information by their username.
 --search-by-attribute::
 The option to search a list of Users with a common attribute.

http://git-wip-us.apache.org/repos/asf/syncope/blob/64bce59f/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
index 2163a6e..9796f2d 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
@@ -1,4 +1,4 @@
-//
+//
 // Licensed to the Apache Software Foundation (ASF) under one
 // or more contributor license agreements.  See the NOTICE file
 // distributed with this work for additional information
@@ -29,9 +29,9 @@ replaced.
 Once the project has been created from the provided Maven archetype, the generated source tree is available for either
 adding new features or replacing existing components.
 
-[[override-behavior]]
+[[override-behaviour]]
 [TIP]
-.Override behavior
+.Override behaviour
 ====
 As a rule of thumb, any file of the local project will take precedence over a file with the same name in the same
 directory of the standard Apache Syncope release.
@@ -60,7 +60,7 @@ ifeval::["{snapshotOrRelease}" == "snapshot"]
 https://github.com/apache/syncope/blob/master/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html[BasePage.html^].
 endif::[]
 
-This general behavior might have exceptions, as highlighted below.
+This general behaviour might have exceptions, as highlighted below.
 ====
 
 In general, the Embedded Mode (see the
@@ -165,7 +165,7 @@ Now, from the `enduser` subdirectory, execute:
 [source,bash]
 mvn -P embedded,debug
 
-At this point your favorite IDE can be attached to the port `8000`; please note that you might need to add
+At this point your favourite IDE can be attached to the port `8000`; please note that you might need to add
 `-XX:MaxPermSize=512m` to `<cargo.jvmargs>` in order to run with JDK 7.
 ====
 
@@ -177,7 +177,7 @@ When providing custom Java classes implementing the defined interfaces or extend
 implementations, their package *must* be rooted under `org.apache.syncope.core`, otherwise they will not be available
 at runtime.
 
-Besides replacing existing classes as explained <<override-behavior,above>>, new <<implementations,implementations>> can
+Besides replacing existing classes as explained <<override-behaviour,above>>, new <<implementations,implementations>> can
 be provided - under `core/src/main/java` if Java - for the following components:
 
 * <<propagationactions,propagation>>, <<pushactions,push>>, <<pullactions,pull>> and <<logicactions,logic>> actions
@@ -234,7 +234,7 @@ By following such conventions, the new REST endpoint will be automatically picke
 
 [WARNING]
 ====
-The <<override-behavior,override behavior>> might have exceptions; if you need to customize one of the
+The <<override-behaviour,override behaviour>> might have exceptions; if you need to customize one of the
 Spring context definitions. For example, if you want to customize 
 ifeval::["{snapshotOrRelease}" == "release"]
 https://github.com/apache/syncope/blob/syncope-{docVersion}/core/spring/src/main/resources/securityContext.xml[securityContext.xml^]
@@ -495,7 +495,7 @@ Given the nature of the <<enduser-application>>, all the files required by the A
 generated under the local project's `enduser/src/main/webapp/app/` directory and are available for full customization.
 
 The files in use by the Apache Wicket-based backend are still subject to the general
-<<override-behavior,override behavior>>, instead.
+<<override-behaviour,override behaviour>>, instead.
 
 [discrete]
 ===== Enable the <<saml-2-0-service-provider>> extension
@@ -707,7 +707,7 @@ If all attributes are to be hidden, please set `"show": false`, instead.
 ====
 The `readonly` field should not be confused with the read-only flag available for <<plain,Plain>> and
 <<virtual,Virtual>> schema. +
-Within Enduser form customization, `readonly` prevenst the user's browser to modify the value of a given attribute.
+Within Enduser form customization, `readonly` prevents the user's browser to modify the value of a given attribute.
 ====
 
 [TIP]

http://git-wip-us.apache.org/repos/asf/syncope/blob/64bce59f/src/main/asciidoc/reference-guide/workingwithapachesyncope/enduser.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/enduser.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/enduser.adoc
index be2b12d..0a87dc4 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/enduser.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/enduser.adoc
@@ -31,7 +31,7 @@ self-service and <<password-reset,password reset>>.
 [.text-center]
 image::enduserLogin.png[enduser-login]
 
-Usually, organizations thend to require deep customizations not only in the appearance but often also in the actual
+Usually, organizations tend to require deep customizations not only in the appearance but often also in the actual
 mechanisms behind, in order to best suit their processes and flows. +
 This is the main reason why the enduser application is composed of an
 https://angularjs.org/[AngularJS^] frontend - which eases extension and full customization - featured by an

http://git-wip-us.apache.org/repos/asf/syncope/blob/64bce59f/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc
index ea317f9..900789b 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc
@@ -67,7 +67,7 @@ endif::[]
 ifeval::["{snapshotOrRelease}" == "snapshot"]
 https://github.com/apache/syncope/blob/master/core/spring/src/main/resources/securityContext.xml[securityContext.xml^];
 endif::[]
-while normally not needed, this configuration can be anyway customized via the <<override-behavior,override behavior>>.
+while normally not needed, this configuration can be anyway customized via the <<override-behaviour,override behaviour>>.
 
 https://en.wikipedia.org/wiki/Basic_access_authentication[HTTP Basic Authentication] is set for use by default.
 ====
@@ -169,7 +169,7 @@ when communicating with <<external-resource-details,External Resources>> with no
 Some REST endpoints - typically for creating, updating or deleting Users, Groups or Any Objects - return the
 entity in the response payload by default. +
 If this is not required, the `Prefer` request header can be set to `return-no-content` (`return-content` will instead
-keep the default behavior).
+keep the default behaviour).
 
 When `Prefer` is specified in the request, the response will feature the `Preference-Applied` header, with value set
 to the effective preference applied.
@@ -417,7 +417,7 @@ BulkActionResult bulkResult = userService.bulk(bulkAction).
 Map<String, BulkActionResult.Status> results = bulkResult.getResults(); // <5>
 ----
 <1> get the total number of users available in the given deployment (and <<domains,domain>>)
-<2> loop throgh all users available, using paginated search
+<2> loop through all users available, using paginated search
 <3> add each user to the bulk action
 <4> execute the `DELETE` bulk action
 <5> examine the bulk action results
@@ -448,7 +448,7 @@ UserTO userTO = userService.status(statusPatch).
   }).getEntity(); // <3>
 ----
 <1> assume the key of the user to be suspended is known in advance
-<2> `ACTIVATE`, `SUSPEND`, `REACTIVATE` values are accepted, and honored depending on the actual status of the user
+<2> `ACTIVATE`, `SUSPEND`, `REACTIVATE` values are accepted, and honoured depending on the actual status of the user
 being updated
 <3> request for user update and read back the updated entity
 ====


[2/2] syncope git commit: Correcting errors in the documentation

Posted by il...@apache.org.
Correcting errors in the documentation


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/66aac6a4
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/66aac6a4
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/66aac6a4

Branch: refs/heads/2_0_X
Commit: 66aac6a4084ee613b2783981c116eb1a513d63e5
Parents: a3c0da9
Author: rohanjulka19 <ro...@gmail.com>
Authored: Fri Feb 16 03:26:27 2018 +0530
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Feb 16 08:58:13 2018 +0100

----------------------------------------------------------------------
 src/main/asciidoc/getting-started/obtain.adoc     |  2 +-
 .../reference-guide/architecture/core.adoc        |  4 ++--
 .../concepts/externalresources.adoc               |  4 ++--
 .../concepts/provisioning/propagation.adoc        |  2 +-
 .../reference-guide/concepts/reports.adoc         |  2 +-
 .../reference-guide/concepts/typemanagement.adoc  |  6 +++---
 .../reference-guide/concepts/workflow.adoc        |  4 ++--
 .../identitytechnologies/identitystores.adoc      |  4 ++--
 .../adminconsole/approval.adoc                    |  2 +-
 .../adminconsole/configuration.adoc               |  4 ++--
 .../adminconsole/realms.adoc                      |  2 +-
 .../adminconsole/reports.adoc                     |  4 ++--
 .../workingwithapachesyncope/cli/user.adoc        |  2 +-
 .../workingwithapachesyncope/customization.adoc   | 18 +++++++++---------
 .../workingwithapachesyncope/enduser.adoc         |  2 +-
 .../workingwithapachesyncope/restfulservices.adoc |  8 ++++----
 16 files changed, 35 insertions(+), 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/66aac6a4/src/main/asciidoc/getting-started/obtain.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/getting-started/obtain.adoc b/src/main/asciidoc/getting-started/obtain.adoc
index bfcc9e4..cdc05b9 100644
--- a/src/main/asciidoc/getting-started/obtain.adoc
+++ b/src/main/asciidoc/getting-started/obtain.adoc
@@ -619,7 +619,7 @@ Provided address: http://localhost:9080/syncope/rest
 
 --
 
-As the message suggests you have to start the installation again when this error occurrs.
+As the message suggests you have to start the installation again when this error occurs.
 
 
 ==== Debug

http://git-wip-us.apache.org/repos/asf/syncope/blob/66aac6a4/src/main/asciidoc/reference-guide/architecture/core.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/architecture/core.adoc b/src/main/asciidoc/reference-guide/architecture/core.adoc
index 5767d93..d8a4320 100644
--- a/src/main/asciidoc/reference-guide/architecture/core.adoc
+++ b/src/main/asciidoc/reference-guide/architecture/core.adoc
@@ -44,7 +44,7 @@ More details are available in the dedicated <<restful-services,usage>> section.
 ==== Logic
 
 Right below the external interface level, the overall business logic is responsible for orchestrating the other layers, by implementing
-the operations that can be triggered via REST services. It is also responsible for controling some additional features (notifications, 
+the operations that can be triggered via REST services. It is also responsible for controlling some additional features (notifications, 
 reports and auditing).
 
 [[provisioning-layer]]
@@ -94,7 +94,7 @@ provided by the Spring Framework.
 Globally, this offers the ability to easily scale up to a million entities and at the same time allows great portability
 with no code changes: MySQL, MariaDB, PostgreSQL, Oracle and MS SQL Server are fully supported deployment options.
 
-<<domains>> allow to manage data beloging to different https://en.wikipedia.org/wiki/Multitenancy[tenants^] into
+<<domains>> allow to manage data belonging to different https://en.wikipedia.org/wiki/Multitenancy[tenants^] into
 separate database instances.
 
 ==== Security

http://git-wip-us.apache.org/repos/asf/syncope/blob/66aac6a4/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/externalresources.adoc b/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
index 2887817..2fb6da9 100644
--- a/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
@@ -38,7 +38,7 @@ https://github.com/Tirasa/ConnId/tree/master/README.md#available-connectors[alre
 https://connid.atlassian.net/wiki/display/BASE/Create+new+connector[made from scratch^], in order to fulfill specific
 requirements
 * pooling information
-* configuration - dependening on the selected bundle, these are properties with configuration values: for example,
+* configuration - depending on the selected bundle, these are properties with configuration values: for example,
 with https://connid.atlassian.net/wiki/display/BASE/LDAP#LDAP-Configuration[LDAP^] this means host, port, bind DN,
 object classes while with
 https://connid.atlassian.net/wiki/display/BASE/Database+Table#DatabaseTable-ConfigurationProperties[DBMS^] it would 
@@ -97,7 +97,7 @@ image::mapping.png[title="Sample mapping",alt="Sample mapping"]
 
 For each of the <<anytype,Any Types>> supported by the underlying connector, a different mapping is provided.
 
-A mapping is essentially a collection of _mapping items_ describing the correspondance between an user / group / any
+A mapping is essentially a collection of _mapping items_ describing the correspondence between an user / group / any
 object attribute and its counterpart on the Identity Store represented by the current external resource. Each item
 specifies:
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/66aac6a4/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc b/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc
index 062c41e..9ddd202 100644
--- a/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/provisioning/propagation.adoc
@@ -60,7 +60,7 @@ endif::[]
 ifeval::["{snapshotOrRelease}" == "snapshot"]
 https://github.com/apache/syncope/tree/2_0_X/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/propagation/PropagationTaskExecutor.java[PropagationTaskExecutor^]
 endif::[]
-interface can be provided, in case the required behavior does not fit into the provided implementation.
+interface can be provided, in case the required behaviour does not fit into the provided implementation.
 
 ===== PropagationActions
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/66aac6a4/src/main/asciidoc/reference-guide/concepts/reports.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/reports.adoc b/src/main/asciidoc/reference-guide/concepts/reports.adoc
index 579fcee..e735303 100644
--- a/src/main/asciidoc/reference-guide/concepts/reports.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/reports.adoc
@@ -94,7 +94,7 @@ https://github.com/apache/syncope/tree/2_0_X/common/lib/src/main/java/org/apache
 endif::[]
 it is essentially a handy way to inject static values (of various types) into a report.
 
-===== User and Group Reportles
+===== User and Group Reportlets
 Defined by
 ifeval::["{snapshotOrRelease}" == "release"]
 https://github.com/apache/syncope/blob/syncope-{docVersion}/core/logic/src/main/java/org/apache/syncope/core/logic/report/UserReportlet.java[UserReportlet^]

http://git-wip-us.apache.org/repos/asf/syncope/blob/66aac6a4/src/main/asciidoc/reference-guide/concepts/typemanagement.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/typemanagement.adoc b/src/main/asciidoc/reference-guide/concepts/typemanagement.adoc
index ad0cff6..51d6321 100644
--- a/src/main/asciidoc/reference-guide/concepts/typemanagement.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/typemanagement.adoc
@@ -155,7 +155,7 @@ given user / group / any object instance) and for <<type-extensions,type extensi
 Any types represent the type of identities that Apache Syncope is able to manage; besides the predefined `USER` and 
 `GROUP`, more types can be created to model workstations, printers, folders, sensors, services, ...
 
-For all Any Types that are defined, a set of <<anytypeclass, classes>> can be selected so that instances af a given
+For all Any Types that are defined, a set of <<anytypeclass, classes>> can be selected so that instances of a given
 Any Type will be enabled to populate attributes for schemas in those classes.
 
 .Any types and attributes allowed for Users, Groups and Any Objects
@@ -258,7 +258,7 @@ define the available link types.
 
 .Relationship between Any Objects (printers)
 ====
-The following any object of type `PRINTER` contains a relationship of type `neighborhood` with another `PRINTER`
+The following any object of type `PRINTER` contains a relationship of type `neighbourhood` with another `PRINTER`
 (details are simplified to increase readability):
 
 [source,json]
@@ -285,7 +285,7 @@ The following any object of type `PRINTER` contains a relationship of type `neig
   ],
   "relationships": [
     {
-      "type": "neighborhood",
+      "type": "neighbourhood",
       "rightType": "PRINTER",
       "rightKey": "8559d14d-58c2-46eb-a2d4-a7d35161e8f8"
     }

http://git-wip-us.apache.org/repos/asf/syncope/blob/66aac6a4/src/main/asciidoc/reference-guide/concepts/workflow.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/workflow.adoc b/src/main/asciidoc/reference-guide/concepts/workflow.adoc
index ea0e28d..029465a 100644
--- a/src/main/asciidoc/reference-guide/concepts/workflow.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/workflow.adoc
@@ -183,7 +183,7 @@ granted accesses, within a given organization.
 [TIP]
 ====
 Recertification is the traditional and most effective countermeasure against __privilege creep__, that is the
-rentention of accounts during time even when the user change his role, or even his job. 
+retention of accounts during time even when the user change his role, or even his job. 
 
 Recertification is a good practice, recommended and often required by international or organizational standards.
 ====
@@ -203,7 +203,7 @@ https://github.com/apache/syncope/tree/2_0_X/core/provisioning-java/src/main/jav
 endif::[]
 class, which can be used as base to implement more complex recertification processes.
 
-Essentially, this task goes through all the available users and checks whether they where already recertified in the
+Essentially, this task goes through all the available users and checks whether they were already recertified in the
 past `identity.recertification.day.interval` days - see <<configuration-parameters, below>> for details; when needed,
 it triggers a specific <<approval,approval>>.
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/66aac6a4/src/main/asciidoc/reference-guide/identitytechnologies/identitystores.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/identitytechnologies/identitystores.adoc b/src/main/asciidoc/reference-guide/identitytechnologies/identitystores.adoc
index 6f0fac4..eb0f495 100644
--- a/src/main/asciidoc/reference-guide/identitytechnologies/identitystores.adoc
+++ b/src/main/asciidoc/reference-guide/identitytechnologies/identitystores.adoc
@@ -1,4 +1,4 @@
-//
+//
 // Licensed to the Apache Software Foundation (ASF) under one
 // or more contributor license agreements.  See the NOTICE file
 // distributed with this work for additional information
@@ -28,7 +28,7 @@ Various Identity Store types are available:
 * Flat files (XML, CSV, ...)
 * LDAP
 * Relational databases (MySQL, Oracle, Microsoft SQL Server, PostgreSQL, ...)
-* Plaform-specific (Microsoft Active Directory, FreeIPA, PowerShell, ...)
+* Platform-specific (Microsoft Active Directory, FreeIPA, PowerShell, ...)
 * Web services (REST, SOAP, ...)
 * Cloud providers
 * ...and much more.

http://git-wip-us.apache.org/repos/asf/syncope/blob/66aac6a4/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/approval.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/approval.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/approval.adoc
index d6d6b88..ff25ab9 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/approval.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/approval.adoc
@@ -28,4 +28,4 @@ image::approval2.png[title="Claiming an approval",alt="Claiming an approval"]
 image::approval3.png[title="Managing an approval",alt="Managing an approval"]
 image::approval4.png[title="Approval form",alt="Approval form"]
 image::approval5.png[title="Reviewing modifications",alt="Reviewing modifications"]
-image::approval6.png[title="Approving modiications",alt="Approving modiications"]
+image::approval6.png[title="Approving modifications",alt="Approving modifications"]

http://git-wip-us.apache.org/repos/asf/syncope/blob/66aac6a4/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/configuration.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/configuration.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/configuration.adoc
index 8bcf9c3..34e8003 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/configuration.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/configuration.adoc
@@ -18,7 +18,7 @@
 //
 ===== Configuration
 
-The configuration pages allow the designated administators to customize the given deployment to fit the needs of the
+The configuration pages allow the designated administrators to customize the given deployment to fit the needs of the
 organization.
 
 [[console-configuration-audit]]
@@ -36,7 +36,7 @@ to display only the errors of `io.swagger`, in which case the warning and inform
 Notifications::
 
 Gives access to the <<notifications,notification>> management. +
-This page also allows the administators to create and edit <<notification-templates,notification templates>>.
+This page also allows the administrators to create and edit <<notification-templates,notification templates>>.
 
 [[console-configuration-parameters]]
 Parameters::

http://git-wip-us.apache.org/repos/asf/syncope/blob/66aac6a4/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/realms.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/realms.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/realms.adoc
index 00c0b42..b6716be 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/realms.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/realms.adoc
@@ -19,7 +19,7 @@
 [[console-realms]]
 ===== Realms
 
-The realms page provides the designated administators with the power to manage <<realms>> as well as
+The realms page provides the designated administrators with the power to manage <<realms>> as well as
 <<users-groups-and-any-objects>>, for all <<anytype, Any Types>> that are defined.
 
 image::realmsUser.png[console-realms-user]

http://git-wip-us.apache.org/repos/asf/syncope/blob/66aac6a4/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/reports.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/reports.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/reports.adoc
index 71f1801..537c582 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/reports.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/adminconsole/reports.adoc
@@ -19,8 +19,8 @@
 [[console-reports]]
 ===== Reports
 
-The reports page presents the designated administators with the list of <<reports,reports>> configured on the given
+The reports page presents the designated administrators with the list of <<reports,reports>> configured on the given
 deployment. +
-This page also allows the administators to create and edit <<report-templates,report templates>>.
+This page also allows the administratorss to create and edit <<report-templates,report templates>>.
 
 image::consoleReports.png[console-reports]

http://git-wip-us.apache.org/repos/asf/syncope/blob/66aac6a4/src/main/asciidoc/reference-guide/workingwithapachesyncope/cli/user.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/cli/user.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/cli/user.adoc
index 6aeffff..a880b49 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/cli/user.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/cli/user.adoc
@@ -64,7 +64,7 @@ The option to get the user key starting from a username.
 The option to get the username starting from a user key.
 --read-by-userkey::
 The option to read user information by their user key.
---read-by-usernam::
+--read-by-username::
 The option to read user information by their username.
 --search-by-attribute::
 The option to search a list of Users with a common attribute.

http://git-wip-us.apache.org/repos/asf/syncope/blob/66aac6a4/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
index 7a0762b..ccd8e2c 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
@@ -1,4 +1,4 @@
-//
+//
 // Licensed to the Apache Software Foundation (ASF) under one
 // or more contributor license agreements.  See the NOTICE file
 // distributed with this work for additional information
@@ -29,9 +29,9 @@ replaced.
 Once the project has been created from the provided Maven archetype, the generated source tree is available for either
 adding new features or replacing existing components.
 
-[[override-behavior]]
+[[override-behaviour]]
 [TIP]
-.Override behavior
+.Override behaviour
 ====
 As a rule of thumb, any file of the local project will take precedence over a file with the same name in the same
 directory of the standard Apache Syncope release.
@@ -60,7 +60,7 @@ ifeval::["{snapshotOrRelease}" == "snapshot"]
 https://github.com/apache/syncope/tree/2_0_X/client/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html[BasePage.html^].
 endif::[]
 
-This general behavior might have exceptions, as highlighted below.
+This general behaviour might have exceptions, as highlighted below.
 ====
 
 In general, the Embedded Mode (see the
@@ -165,7 +165,7 @@ Now, from the `enduser` subdirectory, execute:
 [source,bash]
 mvn -P embedded,debug
 
-At this point your favorite IDE can be attached to the port `8000`; please note that you might need to add
+At this point your favourite IDE can be attached to the port `8000`; please note that you might need to add
 `-XX:MaxPermSize=512m` to `<cargo.jvmargs>` in order to run with JDK 7.
 ====
 
@@ -177,7 +177,7 @@ When providing custom Java classes implementing the defined interfaces or extend
 implementations, their package *must* be rooted under `org.apache.syncope.core`, otherwise they will not be available
 at runtime.
 
-Besides replacing existing classes as explained <<override-behavior,above>>, new implementations can be provided under
+Besides replacing existing classes as explained <<override-behaviour,above>>, new implementations can be provided under
 `core/src/main/java` for the following components:
 
 * <<propagationactions,propagation>>, <<pushactions,push>>, <<pullactions,pull>> and <<logicactions,logic>> actions
@@ -234,7 +234,7 @@ By following such conventions, the new REST endpoint will be automatically picke
 
 [WARNING]
 ====
-The <<override-behavior,override behavior>> might have exceptions; if you need to customize one of the
+The <<override-behaviour,override behaviour>> might have exceptions; if you need to customize one of the
 Spring context definitions. For example, if you want to customize 
 ifeval::["{snapshotOrRelease}" == "release"]
 https://github.com/apache/syncope/blob/syncope-{docVersion}/core/spring/src/main/resources/securityContext.xml[securityContext.xml^]
@@ -498,7 +498,7 @@ Given the nature of the <<enduser-application>>, all the files required by the A
 generated under the local project's `enduser/src/main/webapp/app/` directory and are available for full customization.
 
 The files in use by the Apache Wicket-based backend are still subject to the general
-<<override-behavior,override behavior>>, instead.
+<<override-behaviour,override behaviour>>, instead.
 
 [discrete]
 ===== Enable the <<saml-2-0-service-provider>> extension
@@ -710,7 +710,7 @@ If all attributes are to be hidden, please set `"show": false`, instead.
 ====
 The `readonly` field should not be confused with the read-only flag available for <<plain,Plain>> and
 <<virtual,Virtual>> schema. +
-Within Enduser form customization, `readonly` prevenst the user's browser to modify the value of a given attribute.
+Within Enduser form customization, `readonly` prevents the user's browser to modify the value of a given attribute.
 ====
 
 [TIP]

http://git-wip-us.apache.org/repos/asf/syncope/blob/66aac6a4/src/main/asciidoc/reference-guide/workingwithapachesyncope/enduser.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/enduser.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/enduser.adoc
index be2b12d..0a87dc4 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/enduser.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/enduser.adoc
@@ -31,7 +31,7 @@ self-service and <<password-reset,password reset>>.
 [.text-center]
 image::enduserLogin.png[enduser-login]
 
-Usually, organizations thend to require deep customizations not only in the appearance but often also in the actual
+Usually, organizations tend to require deep customizations not only in the appearance but often also in the actual
 mechanisms behind, in order to best suit their processes and flows. +
 This is the main reason why the enduser application is composed of an
 https://angularjs.org/[AngularJS^] frontend - which eases extension and full customization - featured by an

http://git-wip-us.apache.org/repos/asf/syncope/blob/66aac6a4/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc
index 0ec7eaf..a2fc2fe 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc
@@ -67,7 +67,7 @@ endif::[]
 ifeval::["{snapshotOrRelease}" == "snapshot"]
 https://github.com/apache/syncope/blob/2_0_X/core/spring/src/main/resources/securityContext.xml[securityContext.xml^];
 endif::[]
-while normally not needed, this configuration can be anyway customized via the <<override-behavior,override behavior>>.
+while normally not needed, this configuration can be anyway customized via the <<override-behaviour,override behaviour>>.
 
 https://en.wikipedia.org/wiki/Basic_access_authentication[HTTP Basic Authentication] is set for use by default.
 ====
@@ -169,7 +169,7 @@ when communicating with <<external-resource-details,External Resources>> with no
 Some REST endpoints - typically for creating, updating or deleting Users, Groups or Any Objects - return the
 entity in the response payload by default. +
 If this is not required, the `Prefer` request header can be set to `return-no-content` (`return-content` will instead
-keep the default behavior).
+keep the default behaviour).
 
 When `Prefer` is specified in the request, the response will feature the `Preference-Applied` header, with value set
 to the effective preference applied.
@@ -417,7 +417,7 @@ BulkActionResult bulkResult = userService.bulk(bulkAction).
 Map<String, BulkActionResult.Status> results = bulkResult.getResults(); // <5>
 ----
 <1> get the total number of users available in the given deployment (and <<domains,domain>>)
-<2> loop throgh all users available, using paginated search
+<2> loop through all users available, using paginated search
 <3> add each user to the bulk action
 <4> execute the `DELETE` bulk action
 <5> examine the bulk action results
@@ -448,7 +448,7 @@ UserTO userTO = userService.status(statusPatch).
   }).getEntity(); // <3>
 ----
 <1> assume the key of the user to be suspended is known in advance
-<2> `ACTIVATE`, `SUSPEND`, `REACTIVATE` values are accepted, and honored depending on the actual status of the user
+<2> `ACTIVATE`, `SUSPEND`, `REACTIVATE` values are accepted, and honoured depending on the actual status of the user
 being updated
 <3> request for user update and read back the updated entity
 ====