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

index 208c900242826c681759c79279a2b94f64b9bc18..0577a059fb9f495d776eab825f53d6b5f6b3ca04 100644 (file)
@@ -1142,9 +1142,9 @@ public class JobsAdminContactWebRequestBean extends BaseJobsController implement
        /**
         * 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 05fcc540fd3f49754b90070b23514dc1fd814710..ab9fb01d04e897e3276395909dcc2626b61335fb 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>