[PATCH] Spelling fix: sould -> should

Thorsten Wißmann edu at thorsten-wissmann.de
Thu Mar 13 11:54:05 CET 2014


On Thu, Mar 13, 2014 at 11:43:04AM +0100, Florian Bruhin wrote:
> * Florian Bruhin <me at the-compiler.org> [2014-03-13 11:41:59 +0100]:
> > Another one ;)
> 
> Also in the same line: Cant -> Can't ;)

Oups. Added it to your patch :)

Cheers,
Thorsten

commit ff5e0e647bd322be559d8aabbbe1503504edd2dc
Author: Florian Bruhin <git at the-compiler.org>
Date:   Thu Mar 13 11:41:26 2014 +0100

    Spelling fix: sould -> should and Cant -> Can not

diff --git a/src/decoration.c b/src/decoration.c
index f46fdda..2acfd97 100644
--- a/src/decoration.c
+++ b/src/decoration.c
@@ -120,7 +120,7 @@ static GString* PROP2MEMBERS(HSAttribute* attr) {
         for (int i = 0; i < member_cnt; i++) {
             HSAttribute* oth_a = hsobject_find_attribute(members[i], attr->name);
             if (!oth_a) {
-                HSDebug("%d: Cant find attribute %s. This sould not happen!\n", i, attr->name);
+                HSDebug("%d: Can not find attribute %s. This should not happen!\n", i, attr->name);
                 continue;
             }
             hsattribute_assign(oth_a, val->str, output);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 230 bytes
Desc: not available
URL: <https://listi.jpberlin.de/pipermail/hlwm/attachments/20140313/1c9064c2/attachment.sig>


More information about the hlwm mailing list