This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new d0f7048 Fix spelling d0f7048 is described below commit d0f7048150a9d10ce1f30b6e48421ff889ef1fb7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 18 09:30:06 2023 -0500 Fix spelling --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index e4e4043..1dc075c 100644 --- a/Makefile.common +++ b/Makefile.common @@ -51,7 +51,7 @@ jni_include := $(shell dirname "$(jni_md)") endif -# os=Default is meant to be generic unix/linux +# os=Default is meant to be generic Unix/Linux known_os_archs := Linux-x86 Linux-x86_64 Linux-aarch64 Linux-arm Linux-armhf Linux-ppc Linux-ppc64 Mac-x86 Mac-x86_64 FreeBSD-x86_64 Windows-x86 Windows-x86_64 SunOS-x86 SunOS-sparc SunOS-x86_64 AIX-ppc64 os_arch := $(OS_NAME)-$(OS_ARCH)