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 2012/09/17 21:39:28 UTC

git commit: Fix a typo in javadoc

Updated Branches:
  refs/heads/master 036e3ba03 -> b23400edc


Fix a typo in javadoc


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/b23400ed
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/b23400ed
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/b23400ed

Branch: refs/heads/master
Commit: b23400edc4a8dd95242d32478d919ab0ca77ea85
Parents: 036e3ba
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Sep 17 22:38:19 2012 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Sep 17 22:38:41 2012 +0300

----------------------------------------------------------------------
 .../markup/html/link/BookmarkablePageLink.java     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/b23400ed/wicket-core/src/main/java/org/apache/wicket/markup/html/link/BookmarkablePageLink.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/html/link/BookmarkablePageLink.java b/wicket-core/src/main/java/org/apache/wicket/markup/html/link/BookmarkablePageLink.java
index 80aeba0..1de1ab9 100644
--- a/wicket-core/src/main/java/org/apache/wicket/markup/html/link/BookmarkablePageLink.java
+++ b/wicket-core/src/main/java/org/apache/wicket/markup/html/link/BookmarkablePageLink.java
@@ -98,7 +98,7 @@ public class BookmarkablePageLink<T> extends Link<T>
 	}
 
 	/**
-	 * Get tge page class registered with the link
+	 * Get the page class registered with the link
 	 * 
 	 * @return Page class
 	 */