]> git.mxchange.org Git - addressbook-war.git/commitdiff
fixed tpzo
authorRoland Häder <roland@mxchange.org>
Sun, 6 Aug 2017 19:45:27 +0000 (21:45 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 6 Aug 2017 19:45:27 +0000 (21:45 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/addressbook/beans/contact/AddressbookAdminContactWebRequestBean.java
web/WEB-INF/web.xml

index 90ecd00760984cd4dee54d2617c69280a4d6048c..ad8679ac46feeaaaed550c49f10cd1c1453433d7 100644 (file)
@@ -1142,9 +1142,9 @@ public class AddressbookAdminContactWebRequestBean extends BaseAddressbookContro
        /**
         * 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
index 6f02a2b3a6ce816194d6272df8e565ca1ba31aa8..5275264b325ad5b72a2036b29392fca022bb5bc2 100644 (file)
@@ -48,7 +48,7 @@
         <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>