From be291e45c542b9840b82c2317ae43c10395e480c Mon Sep 17 00:00:00 2001 From: Xeons Date: Tue, 11 Jan 2022 09:05:57 +0800 Subject: [PATCH] typo: Winsows -> Windows --- hutool-http/src/main/java/cn/hutool/http/useragent/OS.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hutool-http/src/main/java/cn/hutool/http/useragent/OS.java b/hutool-http/src/main/java/cn/hutool/http/useragent/OS.java index 2e6bb9f0f..dc86b87e7 100644 --- a/hutool-http/src/main/java/cn/hutool/http/useragent/OS.java +++ b/hutool-http/src/main/java/cn/hutool/http/useragent/OS.java @@ -25,8 +25,8 @@ public class OS extends UserAgentInfo { */ public static final List oses = CollUtil.newArrayList(// new OS("Windows 10 or Windows Server 2016", "windows nt 10\\.0", "windows nt (10\\.0)"),// - new OS("Windows 8.1 or Winsows Server 2012R2", "windows nt 6\\.3", "windows nt (6\\.3)"),// - new OS("Windows 8 or Winsows Server 2012", "windows nt 6\\.2", "windows nt (6\\.2)"),// + new OS("Windows 8.1 or Windows Server 2012R2", "windows nt 6\\.3", "windows nt (6\\.3)"),// + new OS("Windows 8 or Windows Server 2012", "windows nt 6\\.2", "windows nt (6\\.2)"),// new OS("Windows Vista", "windows nt 6\\.0", "windows nt (6\\.0)"), // new OS("Windows 7 or Windows Server 2008R2", "windows nt 6\\.1", "windows nt (6\\.1)"), // new OS("Windows 2003", "windows nt 5\\.2", "windows nt (5\\.2)"), //