- Fix a typo

- Rename init block into spy instead


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1472 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2003-09-29 08:59:18 +00:00
parent b5984fccd6
commit 186be72909
1 changed files with 2 additions and 2 deletions

View File

@ -204,10 +204,10 @@ app opensc-pkcs11 {
} }
# Parameters for the OpenSC PKCS11-Spy module, that logs all the # Parameters for the OpenSC PKCS11-Spy module, that logs all the
# communcation between a pkcs11 module and it's calling application: # communication between a pkcs11 module and it's calling application:
# app <--> pkcs11-spy <--> pkcs11 module # app <--> pkcs11-spy <--> pkcs11 module
app pkcs11-spy { app pkcs11-spy {
init { spy {
# Where to log to. # Where to log to.
# #
# By default, the value of the PKCS11SPY_OUTPUT environment # By default, the value of the PKCS11SPY_OUTPUT environment