You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/07/29 17:50:44 UTC

[isis] branch master updated: ISIS-2829: minor: typos

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 16b1802  ISIS-2829: minor: typos
16b1802 is described below

commit 16b1802f7d9920021426d16ed008361bd1e74ad7
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Jul 29 19:50:31 2021 +0200

    ISIS-2829: minor: typos
---
 viewers/wicket/viewer/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/viewers/wicket/viewer/pom.xml b/viewers/wicket/viewer/pom.xml
index c051680..68e8c59 100644
--- a/viewers/wicket/viewer/pom.xml
+++ b/viewers/wicket/viewer/pom.xml
@@ -93,7 +93,7 @@
         
         <!-- Cglib patch START 
         	as of 2021 Cglib seems inactive - while yet Wicket 8. and 9. rely on it
-        	Cglib is fails to initilize net.sf.cglib.core.ReflectUtils when running on JVM 16+
+        	Cglib fails to initialize net.sf.cglib.core.ReflectUtils when running on JVM 16+
         	we utilize a jitpack.io build that is based on this patch 
         	https://github.com/rototor/cglib/commit/cc8632ed0930879b929b0d07e4ede5ac15103e9f 
         	-->