From 6049e77fdcd021544a60651fc6de4d80e2ef1c2d Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 15 Nov 2017 21:07:14 -0700 Subject: [PATCH] Fix Javadoc typos. --- src/main/java/org/apache/commons/lang3/SystemUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/lang3/SystemUtils.java b/src/main/java/org/apache/commons/lang3/SystemUtils.java index badde7fba..a6d9c2e9a 100644 --- a/src/main/java/org/apache/commons/lang3/SystemUtils.java +++ b/src/main/java/org/apache/commons/lang3/SystemUtils.java @@ -1551,7 +1551,7 @@ public class SystemUtils { /** * Decides if the operating system matches. * - * @param osNamePrefix the prefix for the os name + * @param osNamePrefix the prefix for the OS name * @param osVersionPrefix the prefix for the version * @return true if matches, or false if not or can't determine */ @@ -1562,7 +1562,7 @@ public class SystemUtils { /** * Decides if the operating system matches. * - * @param osNamePrefix the prefix for the os name + * @param osNamePrefix the prefix for the OS name * @return true if matches, or false if not or can't determine */ private static boolean getOsMatchesName(final String osNamePrefix) {