Skip to content

Commit

Permalink
codespell: pcscdaemon.c
Browse files Browse the repository at this point in the history
./src/pcscdaemon.c:38: calld ==> called
./src/pcscdaemon.c:198: Reenable ==> Re-enable
./src/pcscdaemon.c:629: containes ==> contains, container, contained
  • Loading branch information
LudovicRousseau committed Feb 11, 2023
1 parent 5f01134 commit 8cc0e6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pcscdaemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* @brief This is the main pcscd daemon.
*
* The function \c main() starts up the communication environment.\n
* Then an endless loop is calld to look for Client connections. For each
* Then an endless loop is called to look for Client connections. For each
* Client connection a call to \c CreateContextThread() is done.
*/

Expand Down Expand Up @@ -195,7 +195,7 @@ static void *signal_thread(void *arg)
if (! AraKiri)
HPReCheckSerialReaders();
#endif
/* Reenable the signal handler.
/* Re-enable the signal handler.
* This is needed on Solaris and HPUX. */
(void)signal(SIGUSR1, signal_trap);

Expand Down Expand Up @@ -626,7 +626,7 @@ int main(int argc, char **argv)

/* set mode so that the directory is world readable and
* executable even is umask is restrictive
* The directory containes files used by libpcsclite */
* The directory contains files used by libpcsclite */
(void)chmod(PCSCLITE_IPC_DIR, mode);
}

Expand Down

0 comments on commit 8cc0e6d

Please sign in to comment.