aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Redon <kevredon@mail.tsaitgaist.info>2011-05-02 14:31:49 +0200
committerKevin Redon <kevredon@mail.tsaitgaist.info>2011-05-02 14:31:49 +0200
commit8c7873ea431f60a355ac17a6c5ce98416ef80a75 (patch)
tree60c25b43ccdad94ebab098c930da76023dca259f
parentcbd7c97b726b7e361ce3e5fafaee8cb67d1aa495 (diff)
typo
-rwxr-xr-xsrc/apdu_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apdu_client.rb b/src/apdu_client.rb
index 88a903a..8ae6fd5 100755
--- a/src/apdu_client.rb
+++ b/src/apdu_client.rb
@@ -17,7 +17,7 @@ along with SAP. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2011 Kevin "tsaitgaist" Redon kevredon@mail.tsaitgaist.info
=end
-# This programm will forward APDU from a TCP port to a SAP server
+# this programm will forward APDU from an IO to a SAP server
require 'lib/client'
require 'socket'