summaryrefslogtreecommitdiff
path: root/winprint.bat
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-16 05:30:33 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-16 05:30:33 +0000
commit47bc3b88612b70b9e95c2ea2b6c6f8fd8a70c283 (patch)
treee9d478c52cd0921e21cdd4f576bc4e17b0859003 /winprint.bat
parentfe1cee16ac85ad40beac432aaf4c8b10d62bbcaf (diff)
Corrected typo in winprint.bat
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@105 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'winprint.bat')
-rw-r--r--winprint.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/winprint.bat b/winprint.bat
index 05c23fca..b6f68f7e 100644
--- a/winprint.bat
+++ b/winprint.bat
@@ -4,5 +4,5 @@ GOTO printname
gsprint -name %1 - > NUL
GOTO end
:printdefault
-gspring -noprinter - > NUL
+gsprint -noprinter - > NUL
:end