You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2019/05/20 10:32:27 UTC

[wicket] branch master updated: Fix a minor typo in error log

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b0d7fd  Fix a minor typo in error log
2b0d7fd is described below

commit 2b0d7fd903d55065c4870dfe1eae06242848b208
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon May 20 13:32:06 2019 +0300

    Fix a minor typo in error log
---
 .../src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js b/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
index de7cc9a..47ed601 100644
--- a/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
+++ b/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
@@ -654,7 +654,7 @@
 					data = formData;
 					wwwFormUrlEncoded = false;
 				} catch (exception) {
-					Wicket.Log.error("Ajax multipat not supported:", exception);
+					Wicket.Log.error("Ajax multipart not supported:", exception);
 				}
 			}