On Thu, Mar 13, 2014 at 11:43:04AM +0100, Florian Bruhin wrote: > * Florian Bruhin <me _at_ the _minus_ compiler _dot_ 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 _minus_ compiler _dot_ 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);
Attachment:
pgpwKUNtsXQ3E.pgp
Description: PGP signature