[java-identity-provider] branch main updated: typo
Codeberg
noreply at shibboleth.net
Sun Dec 28 15:05:16 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/f72d3accfc7ae89fd6adc8d5f0d703ac721506c7
The following commit(s) were added to refs/heads/main by this push:
new f72d3accf typo
f72d3accf is described below
commit f72d3accfc7ae89fd6adc8d5f0d703ac721506c7
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Dec 28 15:04:55 2025 +0000
typo
---
idp-msi/src/main/wix/ShibbolethIdP-main.wxs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-msi/src/main/wix/ShibbolethIdP-main.wxs b/idp-msi/src/main/wix/ShibbolethIdP-main.wxs
index 2e604c4cd..9c9d3e840 100644
--- a/idp-msi/src/main/wix/ShibbolethIdP-main.wxs
+++ b/idp-msi/src/main/wix/ShibbolethIdP-main.wxs
@@ -18,7 +18,7 @@
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowSameVersionUpgrades="yes" Schedule="afterInstallInitialize" />
<MediaTemplate EmbedCab="yes" />
- <Launch Condition="UCRTBASE_DLL" Message="C run time libraray not installed" />
+ <Launch Condition="UCRTBASE_DLL" Message="C run time library not installed" />
<Launch Condition="JAVA_EXECUTABLE" Message="JDK not installed" />
<!-- Information for the properties page of the msi -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list