commit 6de2d41c0e1f8401de8e171c76fbad7971a825e4
parent 397b39771bcdb00284a5aed292fc6c3c3e907f38
Author: Michael Forney <mforney@mforney.org>
Date: Thu, 23 Jan 2014 15:38:46 -0800
Fix some typos in comments of swc.h
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libswc/swc.h b/libswc/swc.h
@@ -62,7 +62,7 @@ enum
/**
* Sent when the window's state changes.
*
- * The display server should adjust the windows placement and visibility
+ * The display server should adjust the window's placement and visibility
* accordingly.
*/
SWC_WINDOW_STATE_CHANGED,
@@ -121,7 +121,7 @@ void swc_window_set_geometry(struct swc_window * window,
/**
* Set the window's border color and width.
*
- * NOTE: The windows geometry remains unchanged, and should be updated if a
+ * NOTE: The window's geometry remains unchanged, and should be updated if a
* fixed top-left corner of the border is desired.
*/
void swc_window_set_border(struct swc_window * window,