Signed-off-by: Roland Häder <roland@mxchange.org>
/**
* Checks whether the given contact is found
* <p>
- * @param contact Contact inastance
+ * @param contact Contact instance
*
- * @return Wether contact has been found
+ * @return Whether contact has been found
*/
private boolean isSameContactFound (final Contact contact) {
// Default is not found
<param-value>true</param-value>
</context-param>
<context-param>
- <description>Wether the personal title is required for using the general contact controller.</description>
+ <description>Whether the personal title is required for using the general contact controller.</description>
<param-name>is_feature_general_personal_title_enabled</param-name>
<param-value>true</param-value>
</context-param>