Fix spelling in init.bat

This commit is contained in:
Shoozza 2013-11-27 10:11:29 +01:00
parent 4d926e0836
commit 0bde8b361a

2
vendor/init.bat vendored
View File

@ -3,7 +3,7 @@
:: Created as part of cmder project :: Created as part of cmder project
:: Seting prompt style :: Setting prompt style
@for /f "tokens=2 delims=:." %%x in ('chcp') do @set cp=%%x @for /f "tokens=2 delims=:." %%x in ('chcp') do @set cp=%%x
:: The slow part :: The slow part
:: World without Unicode is a sad world :: World without Unicode is a sad world