diff installer-files/fc_update.bat @ 4256:b5b3f7fcac8f

* installer-files/fc_update.bat: fix typo
author John D
date Thu, 01 Dec 2016 14:26:53 -0500
parents 7f2d5c8c4491
children 202fa20cf559
line wrap: on
line diff
--- a/installer-files/fc_update.bat	Thu Dec 01 13:44:09 2016 -0500
+++ b/installer-files/fc_update.bat	Thu Dec 01 14:26:53 2016 -0500
@@ -1,7 +1,7 @@
 @echo off
 
 set ROOT_DIR=%~dp0
-echo "Updating fc-cache (may take a file) ..."
+echo "Updating fc-cache (may take a while) ..."
 %ROOT_DIR%\bin\fc-cache.exe -v
 echo "Done."