From ed463776de1a1c3a5378c25a29c4d74b67fc023a Mon Sep 17 00:00:00 2001 From: William Collishaw <16943514+WilliamCollishaw@users.noreply.github.com> Date: Sat, 6 Nov 2021 00:45:57 -0600 Subject: [PATCH] (doc) - Require OS web page improvements Fixes multiple typos --- enforcer-rules/src/site/apt/requireOS.apt.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enforcer-rules/src/site/apt/requireOS.apt.vm b/enforcer-rules/src/site/apt/requireOS.apt.vm index 49024f5e..70fd6655 100644 --- a/enforcer-rules/src/site/apt/requireOS.apt.vm +++ b/enforcer-rules/src/site/apt/requireOS.apt.vm @@ -64,12 +64,12 @@ Require OS Version * {{{../apidocs/org/apache/maven/plugins/enforcer/RequireOS.html#version}version}} - the version of the OS. - * {{{../apidocs/org/apache/maven/plugins/enforcer/RequireOS.html#display}display}} - flag to display the detected OS informatin. + * {{{../apidocs/org/apache/maven/plugins/enforcer/RequireOS.html#display}display}} - flag to display the detected OS information. [] - Family is calculated based on testing against the name string retreived from the JDK. The name, arch and version values are retreived from the JDK using the following code: + Family is calculated based on testing against the name string retrieved from the JDK. The name, arch and version values are retrieved from the JDK using the following code: +---+ public static final String OS_NAME = System.getProperty( "os.name" ).toLowerCase( Locale.US );