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/02/28 10:04:46 UTC

[isis] branch master updated: chore: fix case of GitHub

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 8bf14c6  chore: fix case of GitHub
8bf14c6 is described below

commit 8bf14c6005db9bd6bbf34deb7da6e4eff82efffc
Author: John Bampton <jb...@gmail.com>
AuthorDate: Sun Feb 28 17:25:41 2021 +1000

    chore: fix case of GitHub
---
 antora/components/conguide/modules/ROOT/pages/contributing.adoc         | 2 +-
 scripts/ci/_print-environment.sh                                        | 2 +-
 .../applib/core/jmocking/ImposteriserTestUsingCodegenPlugin_Test.java   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/antora/components/conguide/modules/ROOT/pages/contributing.adoc b/antora/components/conguide/modules/ROOT/pages/contributing.adoc
index a1f1222..5e0643b 100644
--- a/antora/components/conguide/modules/ROOT/pages/contributing.adoc
+++ b/antora/components/conguide/modules/ROOT/pages/contributing.adoc
@@ -49,7 +49,7 @@ image::contributing/github-forking.png[width="600px"]
 An account isn't needed if you just clone straight from the http://github.com/apache/isis[github.com/apache/isis].
 
 Whether you've forked or not, you then need to clone the repo onto your computer.
-Github makes this very easy to do:
+GitHub makes this very easy to do:
 
 * for Windows users, we suggest you use github's 'Clone in Windows' feature
 * for Mac/Linux users, create a clone from the command line:
diff --git a/scripts/ci/_print-environment.sh b/scripts/ci/_print-environment.sh
index 7f77363..336db33 100644
--- a/scripts/ci/_print-environment.sh
+++ b/scripts/ci/_print-environment.sh
@@ -25,7 +25,7 @@ echo "\$MVN_STAGES                = ${MVN_STAGES}"
 echo "\$MVN_ADDITIONAL_OPTS       = ${MVN_ADDITIONAL_OPTS}"
 echo "- Nightly Builds:"
 echo "\$NIGHTLY_ROOT_PATH         = ${NIGHTLY_ROOT_PATH}"
-echo "- Github:"
+echo "- GitHub:"
 echo "\$GH_DEPLOY_OWNER           = ${GH_DEPLOY_OWNER}"
 echo "\$GITHUB_REPOSITORY         = ${GITHUB_REPOSITORY}"
 echo "- nexus.incode.work Repo:"
diff --git a/testing/unittestsupport/applib/src/test/java/org/apache/isis/testing/unittestsupport/applib/core/jmocking/ImposteriserTestUsingCodegenPlugin_Test.java b/testing/unittestsupport/applib/src/test/java/org/apache/isis/testing/unittestsupport/applib/core/jmocking/ImposteriserTestUsingCodegenPlugin_Test.java
index afbbebf..50045ad 100644
--- a/testing/unittestsupport/applib/src/test/java/org/apache/isis/testing/unittestsupport/applib/core/jmocking/ImposteriserTestUsingCodegenPlugin_Test.java
+++ b/testing/unittestsupport/applib/src/test/java/org/apache/isis/testing/unittestsupport/applib/core/jmocking/ImposteriserTestUsingCodegenPlugin_Test.java
@@ -322,7 +322,7 @@ class ImposteriserTestUsingCodegenPlugin_Test {
     // //////////////////////////////////////
 
 
-    // See issue JMOCK-256 (Github #36)
+    // See issue JMOCK-256 (GitHub #36)
     @Test @Disabled("fails with surefire on jdk-11, not with eclipse") //TODO[2112] jdk-11 issue?
     void doesntDelegateFinalizeMethod() throws Exception {
         Invokable failIfInvokedAction = new Invokable() {