1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-24 23:22:30 +01:00

Fixed some typos.

This commit is contained in:
Tobias Stoeckmann
2012-05-03 18:01:23 +02:00
committed by Carlos R. Mafra
parent 95c68d2b10
commit 975d4becf1
5 changed files with 5 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ void wClientRestore(WWindow * wwin)
int gx, gy;
wClientGetGravityOffsets(wwin, &gx, &gy);
/* set the positio of the frame on screen */
/* set the position of the frame on screen */
wwin->frame_x -= gx * FRAME_BORDER_WIDTH;
wwin->frame_y -= gy * FRAME_BORDER_WIDTH;
/* if gravity is to the south, account for the border sizes */

View File

@@ -2166,7 +2166,7 @@ void wDockDetach(WDock *dock, WAppIcon *icon)
dock->icon_count--;
/* if the dock is not attached to an application or
* the the application did not set the approriate hints yet,
* the application did not set the appropriate hints yet,
* destroy the icon */
if (!icon->running || !wApplicationOf(icon->main_window))
wAppIconDestroy(icon);