]> git.sur5r.net Git - i3/i3/commitdiff
docs/testsuite: s/more ugly/uglier (Thanks fernandotcl)
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 6 Oct 2011 06:58:39 +0000 (07:58 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 6 Oct 2011 06:58:39 +0000 (07:58 +0100)
docs/testsuite

index e067d33c78694a456e1dd0c491954b6bcf2b4462..cbe81ed4edf8db31e0fecbb36fae8bb437955c3f 100644 (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.