]> git.mxchange.org Git - jfinancials-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/jfinancials/beans/contact/FinancialsAdminContactWebRequestBean.java
web/WEB-INF/web.xml

index caf7e6de0ba44d65b90cc09a6a377e36d70fc6e4..3896e0e28dde4ca5faf77a3e4588fca13b7debda 100644 (file)
@@ -1142,9 +1142,9 @@ public class FinancialsAdminContactWebRequestBean extends BaseFinancialsControll
        /**
         * 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 dccd96e4d9a9c6314ee5e05a6ba08ec2373a11cd..c6c43310f859af406a25a1df8479a8937a7d8a91 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>