1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-31 11:02:35 +01:00

wmaker: Fix typos (used codespell).

This commit is contained in:
Doug Torrance
2016-01-17 15:47:49 -05:00
committed by Carlos R. Mafra
parent e5632a9120
commit 42e4069541
16 changed files with 23 additions and 23 deletions

View File

@@ -4650,7 +4650,7 @@ static int indexOfHole(WDock *drawer, WAppIcon *moving_aicon, int redocking)
* that's where the ghost of the moving appicon is, that's what the
* function should return.
*
* We compute 1+2+...+n (this sum is equal to n*(n+1)/2), we substract to
* We compute 1+2+...+n (this sum is equal to n*(n+1)/2), we subtract to
* this sum the xindex of each of the n-1 appicons, and we get the correct
* index! */