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 2021/07/20 12:58:42 UTC

[wicket] branch master updated: Minor non-functional changes.

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 966b18f  Minor non-functional changes.
966b18f is described below

commit 966b18f8866189ea2e1c112b31aafc0f4c82573b
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Jul 20 15:52:54 2021 +0300

    Minor non-functional changes.
    
    Fix spelling in Javadoc.
    
    (cherry picked from commit 6227f156f101315090221aac2b3e9e17359fe776)
---
 wicket-core/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wicket-core/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java b/wicket-core/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java
index 8a75b0b..6cb35af 100644
--- a/wicket-core/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java
+++ b/wicket-core/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java
@@ -90,7 +90,7 @@ public interface AjaxRequestTarget extends IPartialPageRequestHandler, ILoggable
 	interface ITargetRespondListener
 	{
 		/**
-		 * Invoked when AjaxRequestTarget is about the respond.
+		 * Invoked when AjaxRequestTarget is about to respond.
 		 *
 		 * @param target
 		 */