From 0d5ab7b13cae8d14dc76b9e4f65b998a4a8e53d0 Mon Sep 17 00:00:00 2001 From: Danforce42 <156314684+Danforce42@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:24:04 +0400 Subject: [PATCH] chore: Fix typo in service (#10670) --- service.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service.bat b/service.bat index 0848ff8..2b55e94 100644 --- a/service.bat +++ b/service.bat @@ -554,9 +554,9 @@ set "hostsFile=%SystemRoot%\System32\drivers\etc\hosts" if exist "%hostsFile%" ( set "yt_found=0" >nul 2>&1 findstr /I "youtube.com" "%hostsFile%" && set "yt_found=1" - >nul 2>&1 findstr /I "yotou.be" "%hostsFile%" && set "yt_found=1" + >nul 2>&1 findstr /I "youtu.be" "%hostsFile%" && set "yt_found=1" if !yt_found!==1 ( - call :PrintYellow "[?] Your hosts file contains entries for youtube.com or yotou.be. This may cause problems with YouTube access" + call :PrintYellow "[?] Your hosts file contains entries for youtube.com or youtu.be. This may cause problems with YouTube access" ) )