1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-14 18:44:13 +01:00

Remove apostrophes from instances of possessive "its".

I noticed one instance of this while looking at the code the other day,
and after a quick grep, realized it happened a *lot*!  One of the many
frustrating things about the English language is that we use apostrophes
to make pretty much everything possessive *except* the pronoun "it".
In that case, we use "its".  "It's" is reserved for the contraction
meaning "it is" or "it has".
This commit is contained in:
Doug Torrance
2020-04-09 00:00:55 -04:00
committed by Carlos R. Mafra
parent 6320bb6219
commit a17d131da3
54 changed files with 70 additions and 70 deletions

View File

@@ -336,7 +336,7 @@ void wLowerFrame(WCoreWindow * frame)
if (owner != wlist) {
while (wlist->stacking->under) {
/* if this is a transient, it should not be placed under
* it's owner */
* its owner */
if (owner == wlist->stacking->under)
break;
wlist = wlist->stacking->under;
@@ -391,7 +391,7 @@ void wLowerFrame(WCoreWindow * frame)
* None
*
* Side effects:
* The frame is added to it's screen's window list.
* The frame is added to its screen's window list.
*----------------------------------------------------------------------
*/
void AddToStackList(WCoreWindow * frame)