diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-08 08:02:42 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-08 08:02:42 +0000 |
commit | ad7eafd175e688a7e1591c1528fd53c9c50008b6 (patch) | |
tree | 96ca7a4d7f33d9c78b781b485fbfe71a267b9081 /plugins/Actman | |
parent | 86e88763247d65db4b1f14032ce437c63cb86329 (diff) |
- typo fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2693 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Actman')
-rw-r--r-- | plugins/Actman/make.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actman/make.bat b/plugins/Actman/make.bat index 9d07c27307..aa039e5fa9 100644 --- a/plugins/Actman/make.bat +++ b/plugins/Actman/make.bat @@ -1,7 +1,7 @@ @echo off
set p1=%1
set p2=%2
-if "%p1%" == "" (echo "please specify target platform by adding 'fpc' or 'fpc64 parameter to commamd line!'"&&pause&&goto :EOF)
+if "%p1%" == "" (echo "please specify target platform by adding 'fpc' or 'fpc64 parameter to command line!'"&&pause&&goto :EOF)
if "%p2%" == "" (echo "please specify target output directory by adding 10 for bin10 or 11 for bin11 to command line!'"&&pause&&goto :EOF)
if /i '%1' == 'fpc' (
set OUTDIR="..\..\bin%2\Release\Plugins"
|