From 754ec610d1d690e3550dfec177f46ffb80dac708 Mon Sep 17 00:00:00 2001 From: earthlng Date: Fri, 17 Nov 2017 15:48:39 +0100 Subject: [PATCH] typo --- updater.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.bat b/updater.bat index 0d84c7a..1dcfcd0 100644 --- a/updater.bat +++ b/updater.bat @@ -29,7 +29,7 @@ IF EXIST user.js ( ) ) ELSE ( ECHO user.js not found. ) ECHO. -ECHO This batch should be run from your Firefox profile directory. It will download the latest version of ghacks user.js from github and then append any of your own changes from user-override.js to it. +ECHO This batch should be run from your Firefox profile directory. It will download the latest version of ghacks user.js from github and then append any of your own changes from user-overrides.js to it. ECHO. CHOICE /M "Continue" IF ERRORLEVEL 2 GOTO end