docs/testsuite: s/more ugly/uglier (Thanks fernandotcl)

next
Michael Stapelberg 2011-10-06 07:58:39 +01:00
parent 1688ab475a
commit 30901ccf6e
1 changed files with 1 additions and 1 deletions

View File

@ -541,5 +541,5 @@ during development.
An alternative approach to using socket activation is polling for the existance
of the IPC socket and connecting to it. While this might be slightly easier to
implement, it wastes CPU time and is considerably more ugly than this solution
implement, it wastes CPU time and is considerably uglier than this solution
:). After all, +lib/SocketActivation.pm+ contains only 54 SLOC.